futex.2: Rewrite text of ETIMEDOUT to omit mention of FUTEX_WAIT

Several operations can employ timeouts, so word this error
more generally.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-13 14:52:53 +01:00
parent 0c74df0b6a
commit 4d85047f16
1 changed files with 5 additions and 2 deletions

View File

@ -726,8 +726,11 @@ nor
.BR FUTEX_WAIT_REQUEUE_PI .
.TP
.B ETIMEDOUT
.RB ( FUTEX_WAIT )
The operation timed out.
The operation in
.IR futex_op
employed the timeout specified in
.IR timeout ,
and the timeout expired before the operation completed.
.TP
.B EWOULDBLOCK
.I futex_op