aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2022-06-15 06:22:13 -0600
committerJens Axboe <axboe@kernel.dk>2022-06-15 06:22:13 -0600
commit5261fce55c79810e103bf1947e3efffe540f71db (patch)
tree3cc4bd860a0446201a6c7ac1f15d30a8605f9d39
parentd6f9e02f9c6a777010824341f14c994b11dfc8b1 (diff)
downloadliburing-5261fce55c79810e103bf1947e3efffe540f71db.tar.gz
man/io_uring_setup.2: fix typo on when IORING_SETUP_TASKRUN_FLAG was added
It's 5.19, not 5.10. Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r--man/io_uring_setup.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man/io_uring_setup.2 b/man/io_uring_setup.2
index 0b09667..c81da89 100644
--- a/man/io_uring_setup.2
+++ b/man/io_uring_setup.2
@@ -224,7 +224,7 @@ and enter the kernel to process them, and applications can do the same. This
makes
.B IORING_SETUP_TASKRUN_FLAG
safe to use even when applications rely on a peek style operation on the CQ
-ring to see if anything might be pending to reap. Available since 5.10.
+ring to see if anything might be pending to reap. Available since 5.19.
.TP
.B IORING_SETUP_SQE128
If set, io_uring will use 128-byte SQEs rather than the normal 64-byte sized