From 9d7fb78448b3157fb5ca9bfef59026860ace2ddb Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 21 Jan 2020 20:20:04 +0100 Subject: [PATCH] epoll.7: wfix Reported-by: John Jones Signed-off-by: Michael Kerrisk --- man7/epoll.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/epoll.7 b/man7/epoll.7 index 40d9e5b37..04ed90a9b 100644 --- a/man7/epoll.7 +++ b/man7/epoll.7 @@ -208,7 +208,7 @@ file descriptor across .BR fork (2)) are blocked in .BR epoll_wait (2) -waiting on the same the same epoll file descriptor and a file descriptor +waiting on the same epoll file descriptor and a file descriptor in the interest list that is marked for edge-triggered .RB ( EPOLLET ) notification becomes ready,