aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2017-11-20 12:54:32 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2017-11-20 13:55:34 +0100
commite9b96f1319a2cf456eae347723147388b947e55c (patch)
treec8ddb823cdfa2b1a6e130c844aee0fd6228aaac9
parent2be12b9eaa4baba87d9829973b5a265854903403 (diff)
downloadman-pages-e9b96f1319a2cf456eae347723147388b947e55c.tar.gz
io_submit.2: Cross reference pwritev(2) in discussion of RWF_SYNC and RWF_DSYNC
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/io_submit.212
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