epoll_wait.2: Clarify wording of EINTR error

See https://bugzilla.kernel.org/show_bug.cgi?id=66571

Reported-by: Jonas Jonsson <jonas@websystem.se>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-01-22 14:13:08 +01:00
parent 2b0b798877
commit db6f9ec807
1 changed files with 2 additions and 2 deletions

View File

@ -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).