diff options
| -rw-r--r-- | man2/io_submit.2 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/man2/io_submit.2 b/man2/io_submit.2 index 88532fa10a..86e7b25904 100644 --- a/man2/io_submit.2 +++ b/man2/io_submit.2 @@ -81,17 +81,21 @@ High priority request, poll if possible .B RWF_DSYNC Write operation complete according to requirement of synchronized I/O data integrity. -Similar to a file passed +See the description of the flag of the same name in +.BR pwritev2 (2) +as well the description of .B O_DSYNC -parameter to +in .BR open (2). .TP .B RWF_SYNC Write operation complete according to requirement of synchronized I/O file integrity. -Similar to a file passed +See the description of the flag of the same name in +.BR pwritev2 (2) +as well the description of .B O_SYNC -parameter to +in .BR open (2). .TP .B RWF_NOWAIT |
