vmsplice.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:03:09 +02:00
parent b7224af900
commit 56cb065052
1 changed files with 6 additions and 0 deletions

View File

@ -121,6 +121,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
.I fd
either not valid, or doesn't refer to a pipe.