From 56cb065052632a042a2dae5ad305921673304cc6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 18 Jun 2014 16:03:09 +0200 Subject: [PATCH] vmsplice.2: Document EAGAIN error See https://bugzilla.kernel.org/show_bug.cgi?id=48641 Signed-off-by: Michael Kerrisk --- man2/vmsplice.2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man2/vmsplice.2 b/man2/vmsplice.2 index 9a9aff589..35ab07fa0 100644 --- a/man2/vmsplice.2 +++ b/man2/vmsplice.2 @@ -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.