copy_file_range.2: ERRORS: add EISDIR

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-01-09 00:55:07 +01:00
parent 43d8d5ed3f
commit 36f69b24e2
1 changed files with 6 additions and 0 deletions

View File

@ -116,6 +116,12 @@ argument is not 0.
.B EIO
A low-level I/O error occurred while copying.
.TP
.B EISDIR
.I fd_in
or
.I fd_out
refers to a directory.
.TP
.B ENOMEM
Out of memory.
.TP