* [PATCH] epoll_wait.2: tfix
@ 2021-02-17 8:00 Dmitry V. Levin
2021-02-18 7:56 ` Michael Kerrisk (man-pages)
0 siblings, 1 reply; 2+ messages in thread
From: Dmitry V. Levin @ 2021-02-17 8:00 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man
Mention epoll_pwait2 in "CONFORMING TO" section.
Complements: ba47eb5e3 "epoll_wait.2: Add documentation of epoll_pwait2()"
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
---
man2/epoll_wait.2 | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/man2/epoll_wait.2 b/man2/epoll_wait.2
index f941023c2..af4180df0 100644
--- a/man2/epoll_wait.2
+++ b/man2/epoll_wait.2
@@ -248,9 +248,10 @@ Library support is provided in glibc starting with version 2.6.
.BR epoll_pwait2 ()
was added to Linux in kernel 5.11.
.SH CONFORMING TO
-.BR epoll_wait ()
+.BR epoll_wait (),
+.BR epoll_pwait (),
and
-.BR epoll_pwait ()
+.BR epoll_pwait2 ()
are Linux-specific.
.SH NOTES
While one thread is blocked in a call to
--
ldv
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] epoll_wait.2: tfix
2021-02-17 8:00 [PATCH] epoll_wait.2: tfix Dmitry V. Levin
@ 2021-02-18 7:56 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2021-02-18 7:56 UTC (permalink / raw)
To: Dmitry V. Levin; +Cc: mtk.manpages, linux-man
Hi Dmitry,
On 2/17/21 9:00 AM, Dmitry V. Levin wrote:
> Mention epoll_pwait2 in "CONFORMING TO" section.
>
> Complements: ba47eb5e3 "epoll_wait.2: Add documentation of epoll_pwait2()"
> Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Thanks. Patch applied.
Cheers,
Michael
> ---
> man2/epoll_wait.2 | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/man2/epoll_wait.2 b/man2/epoll_wait.2
> index f941023c2..af4180df0 100644
> --- a/man2/epoll_wait.2
> +++ b/man2/epoll_wait.2
> @@ -248,9 +248,10 @@ Library support is provided in glibc starting with version 2.6.
> .BR epoll_pwait2 ()
> was added to Linux in kernel 5.11.
> .SH CONFORMING TO
> -.BR epoll_wait ()
> +.BR epoll_wait (),
> +.BR epoll_pwait (),
> and
> -.BR epoll_pwait ()
> +.BR epoll_pwait2 ()
> are Linux-specific.
> .SH NOTES
> While one thread is blocked in a call to
>
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-02-18 8:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-17 8:00 [PATCH] epoll_wait.2: tfix Dmitry V. Levin
2021-02-18 7:56 ` Michael Kerrisk (man-pages)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox