aboutsummaryrefslogtreecommitdiff
path: root/man/io_uring_register_buf_ring.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/io_uring_register_buf_ring.3')
-rw-r--r--man/io_uring_register_buf_ring.35
1 files changed, 4 insertions, 1 deletions
diff --git a/man/io_uring_register_buf_ring.3 b/man/io_uring_register_buf_ring.3
index 9e0b53d..9e520bf 100644
--- a/man/io_uring_register_buf_ring.3
+++ b/man/io_uring_register_buf_ring.3
@@ -115,7 +115,9 @@ is the length of the buffer in bytes, and
.I bid
is the buffer ID that will be returned in the CQE once consumed.
-Reserved fields must not be touched. Applications may use
+Reserved fields must not be touched. Applications must use
+.BR io_uring_buf_ring_init (3)
+to initialise the buffer ring. Applications may use
.BR io_uring_buf_ring_add (3)
and
.BR io_uring_buf_ring_advance (3)
@@ -131,6 +133,7 @@ On success
returns 0. On failure it returns
.BR -errno .
.SH SEE ALSO
+.BR io_uring_buf_ring_init (3),
.BR io_uring_buf_ring_add (3),
.BR io_uring_buf_ring_advance (3),
.BR io_uring_buf_ring_cq_advance (3)