diff options
| -rw-r--r-- | man2/io_submit.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man2/io_submit.2 b/man2/io_submit.2 index 5c1a6bdff2..81592094e2 100644 --- a/man2/io_submit.2 +++ b/man2/io_submit.2 @@ -89,7 +89,7 @@ The field is ignored. The file offset is not changed. .TP -.B RWF_DSYNC +.BR RWF_DSYNC " (since Linux 4.7)" Write operation complete according to requirement of synchronized I/O data integrity. See the description of the flag of the same name in @@ -99,10 +99,10 @@ as well the description of in .BR open (2). .TP -.B RWF_HIPRI +.BR RWF_HIPRI " (since Linux 4.6)" High priority request, poll if possible .TP -.B RWF_NOWAIT +.BR RWF_NOWAIT " (since Linux 4.14)" Don't wait if the I/O will block for operations such as file block allocations, dirty page flush, mutex locks, or a congested block device inside the kernel. @@ -116,7 +116,7 @@ field of the structure (see .BR io_getevents (2)). .TP -.B RWF_SYNC +.BR RWF_SYNC " (since Linux 4.7)" Write operation complete according to requirement of synchronized I/O file integrity. See the description of the flag of the same name in |
