From 634c92fbb72efaa8029ed5df5e927b5caaffd109 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 16 Apr 2015 21:55:35 +0200 Subject: [PATCH] epoll.7: SEE ALSO: add poll(2) and select(2) Signed-off-by: Michael Kerrisk --- man7/epoll.7 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/man7/epoll.7 b/man7/epoll.7 index c7c4546e8..a614754a4 100644 --- a/man7/epoll.7 +++ b/man7/epoll.7 @@ -576,6 +576,9 @@ and Solaris has .IR /dev/poll . .SH SEE ALSO .BR epoll_create (2), +.BR epoll_create (2), .BR epoll_create1 (2), .BR epoll_ctl (2), -.BR epoll_wait (2) +.BR epoll_wait (2), +.BR poll (2), +.BR select (2)