readv.2: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-11-14 08:17:33 +01:00
parent 954136a176
commit 1e36b3c2e4
1 changed files with 2 additions and 2 deletions

View File

@ -206,6 +206,7 @@ The
argument contains a bitwise OR of zero or more of the following flags:
.TP
.BR RWF_DSYNC " (since Linux 4.7)"
.\" commit e864f39569f4092c2b2bc72c773b6e486c7e3bd9
Provide a per-write equivalent of the
.B O_DSYNC
.BR open (2)
@ -213,7 +214,6 @@ flag.
This flag is meaningful only for
.BR pwritev2 (),
and its effect applies only to the data range written by the system call.
.\" commit e864f39569f4092c2b2bc72c773b6e486c7e3bd9
.TP
.BR RWF_HIPRI " (since Linux 4.6)"
High priority read/write.
@ -224,6 +224,7 @@ which provides lower latency, but may use additional resources.
flag.)
.TP
.BR RWF_SYNC " (since Linux 4.7)"
.\" commit e864f39569f4092c2b2bc72c773b6e486c7e3bd9
Provide a per-write equivalent of the
.B O_SYNC
.BR open (2)
@ -231,7 +232,6 @@ flag.
This flag is meaningful only for
.BR pwritev2 (),
and its effect applies only to the data range written by the system call.
.\" commit e864f39569f4092c2b2bc72c773b6e486c7e3bd9
.TP
.BR RWF_NOWAIT " (since Linux 4.14)"
.\" commit 3239d834847627b6634a4139cf1dc58f6f137a46