All of lore.kernel.org
 help / color / mirror / Atom feed
From: Slavomir Kaslev <kaslevs@vmware.com>
To: mtk.manpages@gmail.com
Cc: linux-man@vger.kernel.org, linux-kernel@vger.kernel.org,
	slavomir.kaslev@gmail.com
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	[thread overview]
Message-ID: <20190412140247.9897-3-kaslevs@vmware.com> (raw)
In-Reply-To: <20190412140247.9897-1-kaslevs@vmware.com>

Signed-off-by: Slavomir Kaslev <kaslevs@vmware.com>
---
 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

  parent reply	other threads:[~2019-04-12 14:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-12 14:02 [PATCH 0/2] Add note on splice/tee EAGAIN error when called with nonblocking descriptors Slavomir Kaslev
2019-04-12 14:02 ` [PATCH 1/2] splice.2: Note EAGAIN can occur when called on nonblocking file descriptors Slavomir Kaslev
2019-05-05 10:29   ` Michael Kerrisk (man-pages)
2019-04-12 14:02 ` Slavomir Kaslev [this message]
2019-05-05 10:29   ` [PATCH 2/2] tee.2: " Michael Kerrisk (man-pages)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190412140247.9897-3-kaslevs@vmware.com \
    --to=kaslevs@vmware.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-man@vger.kernel.org \
    --cc=mtk.manpages@gmail.com \
    --cc=slavomir.kaslev@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.