From db6f9ec8076036b0ee5c49963dd8b52ce61da321 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 22 Jan 2014 14:13:08 +0100 Subject: [PATCH] epoll_wait.2: Clarify wording of EINTR error See https://bugzilla.kernel.org/show_bug.cgi?id=66571 Reported-by: Jonas Jonsson Signed-off-by: Michael Kerrisk --- man2/epoll_wait.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/epoll_wait.2 b/man2/epoll_wait.2 index 986997fe7..8c24c280c 100644 --- a/man2/epoll_wait.2 +++ b/man2/epoll_wait.2 @@ -161,8 +161,8 @@ The memory area pointed to by is not accessible with write permissions. .TP .B EINTR -The call was interrupted by a signal handler before either any of the -requested events occurred or the +The call was interrupted by a signal handler before either (1) any of the +requested events occurred or (2) the .I timeout expired; see .BR signal (7).