readv.2: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-04-12 11:09:23 +02:00
parent 9d2d82ffe2
commit a6b64be7b1
1 changed files with 3 additions and 2 deletions

View File

@ -260,8 +260,9 @@ This flag is meaningful only for
and its effect applies only to the data range written by the system call.
The
.I offset
argument does not affect the write operation, the data is always appended
to the end of the file. However, if the
argument does not affect the write operation,
the data is always appended to the end of the file.
However, if the
.I offset
argument is \-1, the current file offset is updated.
This matches the behavior when the file is opened in append mode.