Skip to content

Commit

Permalink
man/io_uring_prep_timeout: add mention of version that added multishot
Browse files Browse the repository at this point in the history
Link: #959
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
axboe committed Oct 4, 2023
1 parent fc8f7e4 commit 7056087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/io_uring_prep_timeout.3
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The request will return multiple timeout completions. The completion flag
IORING_CQE_F_MORE is set if more timeouts are expected. The value specified in
.I count
is the number of repeats. A value of 0 means the timeout is indefinite and can
only be stopped by a removal request.
only be stopped by a removal request. Available since the 6.4 kernel.
.PP
The timeout completion event will trigger if either the specified timeout
has occurred, or the specified number of events to wait for have been posted
Expand Down

0 comments on commit 7056087

Please sign in to comment.