aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-01-09 20:47:47 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-01-09 20:47:47 +0100
commitf7f02d0f8da4d8a6d35481e20dddc692997882eb (patch)
treee4329d5fc1f3a7d3f27accf9d12388e70516d440
parent3d81c05a7997f32decebc93fce3d69102bed74f9 (diff)
downloadman-pages-f7f02d0f8da4d8a6d35481e20dddc692997882eb.tar.gz
epoll_wait.2: CONFORMING TO: mention also that epoll_pwait() is Linux-specific
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/epoll_wait.24
1 files changed, 3 insertions, 1 deletions
diff --git a/man2/epoll_wait.2 b/man2/epoll_wait.2
index 1d1f2c3f37..36001e02bd 100644
--- a/man2/epoll_wait.2
+++ b/man2/epoll_wait.2
@@ -219,7 +219,9 @@ was added to Linux in kernel 2.6.19.
Library support is provided in glibc starting with version 2.6.
.SH CONFORMING TO
.BR epoll_wait ()
-is Linux-specific.
+and
+.BR epoll_pwait ()
+are Linux-specific.
.SH NOTES
While one thread is blocked in a call to
.BR epoll_wait (),