diff mbox series

[v3,2/2] liburing: update man page for multishot timeouts

Message ID 20230414225506.4108955-3-davidhwei@meta.com (mailing list archive)
State New
Headers show
Series liburing: multishot timeout support | expand

Commit Message

David Wei April 14, 2023, 10:55 p.m. UTC
Signed-off-by: David Wei <davidhwei@meta.com>
---
 man/io_uring_prep_timeout.3 | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox series

Patch

diff --git a/man/io_uring_prep_timeout.3 b/man/io_uring_prep_timeout.3
index bfb8791..f4036e6 100644
--- a/man/io_uring_prep_timeout.3
+++ b/man/io_uring_prep_timeout.3
@@ -51,6 +51,13 @@  Normally a timeout that triggers would return in a
 CQE
 .I res
 value.
+.TP
+.B IORING_TIMEOUT_MULTISHOT
+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.
 .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