]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/poll.2
close.2, poll.2, pthread_spin_init.3: Remove section number in page self-references
[thirdparty/man-pages.git] / man2 / poll.2
index 8ade5b602bf196fd8def4634a955e02ad35a0969..2907eaf15d610719c9297cc884124d00daad80e2 100644 (file)
@@ -52,7 +52,7 @@ to perform I/O.
 The Linux-specific
 .BR epoll (7)
 API performs a similar task, but offers features beyond those found in
-.BR poll (2).
+.BR poll ().
 .PP
 The set of file descriptors to be monitored is specified in the
 .I fds
@@ -403,6 +403,9 @@ library call was added in glibc 2.4.
 conforms to POSIX.1-2001 and POSIX.1-2008.
 .BR ppoll ()
 is Linux-specific.
+.\" FIXME .
+.\" ppoll() is proposed for inclusion in POSIX:
+.\" https://www.austingroupbugs.net/view.php?id=1263
 .\" NetBSD 3.0 has a pollts() which is like Linux ppoll().
 .SH NOTES
 The operation of