From 9982c065da48d557ef6e69362492f36990704627 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 15 Mar 2016 06:31:22 +1300 Subject: [PATCH] epoll_ctl.2: Fix discussion of "ignored" EPOLLHUP and EPOLLERR with EPOLLEXCLUSIVE Reported-by: Jason Baron Signed-off-by: Michael Kerrisk --- man2/epoll_ctl.2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/man2/epoll_ctl.2 b/man2/epoll_ctl.2 index 7acc42ef3..edf02e9a8 100644 --- a/man2/epoll_ctl.2 +++ b/man2/epoll_ctl.2 @@ -221,7 +221,10 @@ and .BR EPOLLHUP and .BR EPOLLERR -can also be specified, but are ignored (as usual). +can also be specified, but this is not required: +as usual, these events are always reported if they occur, +regardless of whether they are specified in +.IR events . Attempts to specify other values in .I events yield an error.