@@ -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
@@ -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
The documentation referenced the wrong kernel version. Signed-off-by: Dylan Yudaken <dylany@fb.com> --- man/io_uring_prep_recv.3 | 2 +- man/io_uring_prep_recvmsg.3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)