]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
tee.2: EAGAIN can occur when called on nonblocking file descriptors
authorSlavomir Kaslev <kaslevs@vmware.com>
Fri, 12 Apr 2019 14:02:47 +0000 (17:02 +0300)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 5 May 2019 10:28:17 +0000 (05:28 -0500)
Signed-off-by: Slavomir Kaslev <kaslevs@vmware.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/tee.2

index 7bb0d3a317141a1af68cd1e893d7e5247e137298..03d043b4617abb1c7b1a79cb398effec058e8407 100644 (file)
@@ -100,7 +100,9 @@ is set to indicate the error.
 .B EAGAIN
 .B SPLICE_F_NONBLOCK
 was specified in
-.IR flags ,
+.IR flags
+or one of the file descriptors had been marked as nonblocking
+.RB ( O_NONBLOCK ) ,
 and the operation would block.
 .TP
 .B EINVAL