copy_file_range.2: ERRORS: clarify EINVAL O_APPEND description

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-01-26 10:36:54 +01:00
parent ee43ffde93
commit f0558db88d
1 changed files with 4 additions and 2 deletions

View File

@ -98,8 +98,10 @@ One or more file descriptors are not valid; or
is not open for reading; or
.I fd_out
is not open for writing; or
.I fd_out
is open for appending.
the
.B O_APPEND
flag is set for the open file description referred to by
.IR fd_out .
.TP
.B EINVAL
Requested range extends beyond the end of the source file; or the