Merge branch 'fix-io-uring-setup-manual' of https://github.com/wapxmas/liburing

* 'fix-io-uring-setup-manual' of https://github.com/wapxmas/liburing:
  man/io_uring_setup.2: a version of IORING_FEAT_SQPOLL_NONFIXED feature availability has been changed to 5.11
diff --git a/man/io_uring_setup.2 b/man/io_uring_setup.2
index a903b04..7a66c65 100644
--- a/man/io_uring_setup.2
+++ b/man/io_uring_setup.2
@@ -126,8 +126,8 @@
 The presence of this feature can be detected by the
 .B IORING_FEAT_SQPOLL_NONFIXED
 feature flag.
-In version 5.10 and later, it is no longer necessary to register files to use
-this feature. 5.10 also allows using this as non-root, if the user has the
+In version 5.11 and later, it is no longer necessary to register files to use
+this feature. 5.11 also allows using this as non-root, if the user has the
 .B CAP_SYS_NICE
 capability.
 .TP