futex.2: wfix

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

View File

@ -776,8 +776,8 @@ then both of those tasks
have their priorities raised to be the same as the high-priority task.
From a user-space perspective,
what makes a futex PI-aware is a policy agreement between user space
and the kernel about the value of the futex word (described in a moment),
what makes a futex PI-aware is a policy agreement (described below)
between user space and the kernel about the value of the futex word,
coupled with the use of the PI futex operations described below
(in particular,
.BR FUTEX_LOCK_PI ,