splice.2: Document EAGAIN error

See https://bugzilla.kernel.org/show_bug.cgi?id=48641

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-18 16:01:55 +02:00
parent 538ca1369d
commit 0655aa15d2
1 changed files with 6 additions and 0 deletions

View File

@ -141,6 +141,12 @@ returns \-1 and
is set to indicate the error.
.SH ERRORS
.TP
.B EAGAIN
.B SPLICE_F_NONBLOCK
was specified in
.IR flags ,
and the operation would block.
.TP
.B EBADF
One or both file descriptors are not valid,
or do not have proper read-write mode.