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.26
1 files changed, 1 insertions, 5 deletions
diff --git a/man/io_uring_enter.2 b/man/io_uring_enter.2
index 0e6ca61..c8c4eef 100644
--- a/man/io_uring_enter.2
+++ b/man/io_uring_enter.2
@@ -290,11 +290,7 @@ is copied from the field of the same name in the submission queue
entry. The primary use case is to store data that the application
will need to access upon completion of this particular I/O. The
.I flags
-bit mask may contain 0 or more of the following values, ORed together:
-.TP
-.BR IOCQE_FLAG_CACHEHIT
-The page(s) associated with the buffered I/O operation were present in
-the page cache.
+is reserved for future use.
.I res
is the operation-specific result.
.PP