aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2/io_submit.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/io_submit.2 b/man2/io_submit.2
index ed98da46c9..1b5fd405a0 100644
--- a/man2/io_submit.2
+++ b/man2/io_submit.2
@@ -91,7 +91,7 @@ The
field is ignored.
The file offset is not changed.
.TP
-.BR RWF_DSYNC " (since Linux 4.7)"
+.BR RWF_DSYNC " (since Linux 4.13)"
Write operation complete according to requirement of
synchronized I/O data integrity.
See the description of the flag of the same name in
@@ -101,7 +101,7 @@ as well the description of
in
.BR open (2).
.TP
-.BR RWF_HIPRI " (since Linux 4.6)"
+.BR RWF_HIPRI " (since Linux 4.13)"
High priority request, poll if possible
.TP
.BR RWF_NOWAIT " (since Linux 4.14)"
@@ -118,7 +118,7 @@ field of the
structure (see
.BR io_getevents (2)).
.TP
-.BR RWF_SYNC " (since Linux 4.7)"
+.BR RWF_SYNC " (since Linux 4.13)"
Write operation complete according to requirement of
synchronized I/O file integrity.
See the description of the flag of the same name in