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 <angelo.borsotti@gmail.com >
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-04-30 12:12:21 +12:00
parent a1d10f19c3
commit 8d8eb2f0c8
1 changed files with 1 additions and 1 deletions

View File

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