epoll_ctl.2: Fix discussion of "ignored" EPOLLHUP and EPOLLERR with EPOLLEXCLUSIVE

Reported-by: Jason Baron <jbaron@akamai.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-03-15 06:31:22 +13:00
parent 6a6d83b2c7
commit 9982c065da
1 changed files with 4 additions and 1 deletions

View File

@ -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.