futex.2: Correct an ENOSYS error description

Since Linux 4.5, FUTEX_CLOCK_REALTIME is allowed with with FUTEX_WAIT.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-06-23 10:29:41 +02:00
parent 0b97369dd8
commit 017d194b0b
1 changed files with 2 additions and 1 deletions

View File

@ -1557,7 +1557,8 @@ The
option was specified in
.IR futex_op ,
but the accompanying operation was neither
.BR FUTEX_WAIT_BITSET
.BR FUTEX_WAIT ,
.BR FUTEX_WAIT_BITSET ,
nor
.BR FUTEX_WAIT_REQUEUE_PI .
.TP