epoll_ctl.2: tfix

This commit is contained in:
Ruben Kerkhof 2016-08-28 14:56:24 +02:00 committed by Michael Kerrisk
parent 6c79a020fa
commit 7bf58d66ac
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ is thus useful for avoiding thundering herd problems in certain scenarios.
If the same file descriptor is in multiple epoll instances,
some with the
.BR EPOLLEXCLUSIVE
flag, and others without, then events will provided to all epoll
flag, and others without, then events will be provided to all epoll
instances that did not specify
.BR EPOLLEXCLUSIVE ,
and at least one of the epoll instances that did specify