From 4027c7f58102298c7a81fe6c64ead18faa08ae64 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Thu, 20 Oct 2022 15:32:58 +1300 Subject: [PATCH] Clarify that user_data is neither set nor cleared Signed-off-by: Samuel Williams --- man/io_uring_get_sqe.3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/man/io_uring_get_sqe.3 b/man/io_uring_get_sqe.3 index 3c6d7424..b257ebb3 100644 --- a/man/io_uring_get_sqe.3 +++ b/man/io_uring_get_sqe.3 @@ -32,9 +32,11 @@ prep functions such as and submitted via .BR io_uring_submit (3). -Note that the prep functions don't set the +Note that neither +.BR io_uring_get_sqe +nor the prep functions set (or clear) the .B user_data -field of the SQE, that is left to the caller. If the caller expects +field of the SQE. If the caller expects .BR io_uring_cqe_get_data (3) or .BR io_uring_cqe_get_data64 (3)