copy_file_range.2: Order ERRORS alphabetically

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-01-09 00:53:13 +01:00
parent 8253adf02f
commit 43d8d5ed3f
1 changed files with 5 additions and 5 deletions

View File

@ -103,16 +103,16 @@ the
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
.I flags
argument is not 0.
.TP
.B EFBIG
An attempt was made to write a file that exceeds the implementation-defined
maximum file size or the process's file size limit,
or to write at a position past the maximum allowed offset.
.TP
.B EINVAL
Requested range extends beyond the end of the source file; or the
.I flags
argument is not 0.
.TP
.B EIO
A low-level I/O error occurred while copying.
.TP