aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-03-08 19:23:07 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-08 19:24:48 +0100
commit58a80cd4f00b2efd343b2602364752e788aa7efe (patch)
tree8654b319c92c4ad1eb48119a3a3bdaecb5a6279b
parent9764a9ff2a1ccf742f0d64c415e9b708a88debff (diff)
downloadman-pages-58a80cd4f00b2efd343b2602364752e788aa7efe.tar.gz
epoll.7: Mention that epoll info is available via /proc/PID/fdinfo
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/epoll.79
1 files changed, 9 insertions, 0 deletions
diff --git a/man7/epoll.7 b/man7/epoll.7
index 94be6ed34e..2bf27e94f3 100644
--- a/man7/epoll.7
+++ b/man7/epoll.7
@@ -574,6 +574,15 @@ mechanisms, for example, FreeBSD has
.IR kqueue ,
and Solaris has
.IR /dev/poll .
+.SH NOTES
+The set of file descriptors that is being monitored via
+an epoll file descriptor can be viewed via the entry for
+the epoll file descriptor in the process's
+.IR /proc/[pid]/fdinfo
+directory.
+See
+.BR proc (5)
+for further details.
.SH SEE ALSO
.BR epoll_create (2),
.BR epoll_create1 (2),