From mboxrd@z Thu Jan 1 00:00:00 1970 From: Slavomir Kaslev Subject: [PATCH 2/2] tee.2: Note EAGAIN can occur when called on nonblocking file descriptors Date: Fri, 12 Apr 2019 17:02:47 +0300 Message-ID: <20190412140247.9897-3-kaslevs@vmware.com> References: <20190412140247.9897-1-kaslevs@vmware.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20190412140247.9897-1-kaslevs@vmware.com> Sender: linux-kernel-owner@vger.kernel.org To: mtk.manpages@gmail.com Cc: linux-man@vger.kernel.org, linux-kernel@vger.kernel.org, slavomir.kaslev@gmail.com List-Id: linux-man@vger.kernel.org Signed-off-by: Slavomir Kaslev --- man2/tee.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man2/tee.2 b/man2/tee.2 index 7bb0d3a31..03d043b46 100644 --- a/man2/tee.2 +++ b/man2/tee.2 @@ -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 -- 2.19.1