The documentation referenced the wrong kernel version. Signed-off-by: Dylan Yudaken <dylany@xxxxxx> --- man/io_uring_prep_recv.3 | 2 +- man/io_uring_prep_recvmsg.3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/io_uring_prep_recv.3 b/man/io_uring_prep_recv.3 index 60a77fc241b5..b3862369affa 100644 --- a/man/io_uring_prep_recv.3 +++ b/man/io_uring_prep_recv.3 @@ -55,7 +55,7 @@ If a posted CQE does not have the .B IORING_CQE_F_MORE flag set then the multishot receive will be done and the application should issue a new request. -Multishot variants are available since kernel 5.20. +Multishot variants are available since kernel 6.0. After calling this function, additional io_uring internal modifier flags diff --git a/man/io_uring_prep_recvmsg.3 b/man/io_uring_prep_recvmsg.3 index 07096ee4826c..65f324dfef9b 100644 --- a/man/io_uring_prep_recvmsg.3 +++ b/man/io_uring_prep_recvmsg.3 @@ -65,7 +65,7 @@ submitted with the request. See .B io_uring_recvmsg_out (3) for more information on accessing the data. -Multishot variants are available since kernel 5.20. +Multishot variants are available since kernel 6.0. After calling this function, additional io_uring internal modifier flags may be set in the SQE -- 2.30.2