From 8d8eb2f0c8442b74b850e460a8281ac9e19633cb Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 30 Apr 2012 12:12:21 +1200 Subject: [PATCH] epoll_wait.2: Minor wording clarification to EINTR error Try to avoid the type of misreading reported in https://bugs.launchpad.net/ubuntu/+source/manpages/+bug/480566 Reported-by: Angelo Borsotti Signed-off-by: Michael Kerrisk --- man2/epoll_wait.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/epoll_wait.2 b/man2/epoll_wait.2 index d9d2a1e26..a91d1dd1b 100644 --- a/man2/epoll_wait.2 +++ b/man2/epoll_wait.2 @@ -157,7 +157,7 @@ The memory area pointed to by is not accessible with write permissions. .TP .B EINTR -The call was interrupted by a signal handler before any of the +The call was interrupted by a signal handler before either any of the requested events occurred or the .I timeout expired; see