From: "Štěpán Němec" <stepnem@gmail.com>
To: linux-man@vger.kernel.org,
Alejandro Colomar <alx.manpages@gmail.com>,
Michael Kerrisk <mtk.manpages@gmail.com>
Subject: [PATCH] poll.2: tfix
Date: Mon, 8 Aug 2022 17:07:46 +0200 [thread overview]
Message-ID: <20220808150746.2227830-1-stepnem@gmail.com> (raw)
Fixes: 0bdda5d08e82 ("poll.2: Note that poll() equivalent code for ppoll() is not quite equivalent")
Signed-off-by: Štěpán Němec <stepnem@gmail.com>
---
man2/poll.2 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/man2/poll.2 b/man2/poll.2
index ff22045247f3..d98d94172b08 100644
--- a/man2/poll.2
+++ b/man2/poll.2
@@ -351,7 +351,7 @@ value.
.B EINVAL
.RB ( ppoll ())
The timeout value expressed in
-.I *ip
+.I *tmo_p
is invalid (negative).
.TP
.B ENOMEM
@@ -468,7 +468,7 @@ field in a human-readable form;
if the file descriptor is readable, reads some data from it,
and displays that data on standard output; and
.IP \(bu
-if the file descriptors was not readable,
+if the file descriptor was not readable,
but some other event occurred (presumably
.BR POLLHUP ),
closes the file descriptor.
base-commit: 226cd95d78c24dee169bb96913721221fb8f656a
--
2.37.1
next reply other threads:[~2022-08-08 15:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-08 15:07 Štěpán Němec [this message]
2022-08-15 21:28 ` [PATCH] poll.2: tfix Alejandro Colomar
[not found] <CANJ8pZ_g0Bq+9AH6iVjm_xJr3o5TEuhkEA0qRi4JNteUB+jfrQ@mail.gmail.com>
2023-04-05 1:40 ` [patch] " Alejandro Colomar
-- strict thread matches above, loose matches on Subject: below --
2012-05-10 5:59 [PATCH] " David Prévot
[not found] ` <1336629593-10300-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2012-05-10 6:08 ` 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=20220808150746.2227830-1-stepnem@gmail.com \
--to=stepnem@gmail.com \
--cc=alx.manpages@gmail.com \
--cc=linux-man@vger.kernel.org \
--cc=mtk.manpages@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).