From 7bf58d66ac15c4f1f3a69556c6b5afc059f95543 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sun, 28 Aug 2016 14:56:24 +0200 Subject: [PATCH] epoll_ctl.2: tfix --- man2/epoll_ctl.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/epoll_ctl.2 b/man2/epoll_ctl.2 index 3203ba536..995c47a98 100644 --- a/man2/epoll_ctl.2 +++ b/man2/epoll_ctl.2 @@ -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