summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-06-18 16:01:55 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-06-18 16:01:55 +0200
commit0655aa15d2a20bde2d5d759379a0f4004889931d (patch)
tree2a469b9684439fdbd896f0a5be5967fda5ba5378
parent538ca1369d61ca33478c77ad02852d520cd3b82c (diff)
splice.2: Document EAGAIN error
See https://bugzilla.kernel.org/show_bug.cgi?id=48641 Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/splice.26
1 files changed, 6 insertions, 0 deletions
diff --git a/man2/splice.2 b/man2/splice.2
index 85f9fd967..6fc7a91b1 100644
--- a/man2/splice.2
+++ b/man2/splice.2
@@ -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.