Skip to content

Commit

Permalink
Merge branch 'fix-quotmark' of https://github.com/tavianator/liburing
Browse files Browse the repository at this point in the history
* 'fix-quotmark' of https://github.com/tavianator/liburing:
  man/io_uring_peek_cqe: fix unclosed quotation mark
  • Loading branch information
axboe committed Nov 20, 2024
2 parents a0d60e7 + a35136a commit eb30537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/io_uring_peek_cqe.3
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ io_uring_peek_cqe \- check if an io_uring completion event is available
.PP
.BI "int io_uring_peek_batch_cqe(struct io_uring *" ring ","
.BI " struct io_uring_cqe **" cqe_ptrs ","
.BI " unsigned count ");"
.BI " unsigned " count ");"
.fi
.SH DESCRIPTION
.PP
Expand Down

0 comments on commit eb30537

Please sign in to comment.