futex.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-15 13:54:20 +01:00
parent de5a3bb47d
commit 936876a994
1 changed files with 3 additions and 2 deletions

View File

@ -352,9 +352,10 @@ from the wait queue of the source futex at
.I uaddr
and added to the wait queue of the target futex at
.IR uaddr2 .
The
.I val2
argument specifies a cap on the number of waiters
argument specifies an upper limit on the number of waiters
that are requeued to the futex at
.IR uaddr2 .
@ -369,7 +370,7 @@ is not useful, because it would make the
.BR FUTEX_CMP_REQUEUE
operation equivalent to
.BR FUTEX_WAKE .)
The cap value specified via
The limit value specified via
.I val2
is typically either 1 or
.BR INT_MAX .