summaryrefslogtreecommitdiff
path: root/man/io_uring_enter.2
diff options
context:
space:
mode:
Diffstat (limited to 'man/io_uring_enter.2')
-rw-r--r--man/io_uring_enter.212
1 files changed, 6 insertions, 6 deletions
diff --git a/man/io_uring_enter.2 b/man/io_uring_enter.2
index dc81fc4..7a3498d 100644
--- a/man/io_uring_enter.2
+++ b/man/io_uring_enter.2
@@ -146,13 +146,13 @@ The
.I flags
field is a bit mask. Currently, the only supported flag is
.B IOSQE_FIXED_FILE.
-This flag must be specified for io_uring instances that registered
-files using the
-.BR io_uring_register(2)
-system call. When specified,
+When this flag is specified,
.I fd
-contains an index into the files array registered with the io_uring
-instance.
+is an index into the files array registered with the io_uring instance (see the
+.B IORING_REGISTER_FILES
+section of the
+.BR io_uring_register(2)
+man page).
.I ioprio
specifies the I/O priority. See