Message ID | 20220927102202.69069-3-dylany@fb.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | 6.0 updates | expand |
On 9/27/22 5:22 PM, Dylan Yudaken wrote: > The documentation referenced the wrong kernel version. > > Signed-off-by: Dylan Yudaken <dylany@fb.com> Reviewed-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
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
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(-)