futex.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-07-30 16:05:01 +02:00
parent f0a9e8f4ce
commit aab5ca4b64
1 changed files with 1 additions and 1 deletions

View File

@ -816,7 +816,7 @@ bit shall be set in the futex word's value; in other words, this value is:
FUTEX_WAITERS | TID
.PP
Note that a PI futex word never just has the value
Note that a PI futex word never has just the value
.BR FUTEX_WAITERS ,
which is a permissible state for non-PI futexes.