]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
futex.2: wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 30 Jul 2015 14:01:56 +0000 (16:01 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 15 Dec 2015 13:39:49 +0000 (14:39 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/futex.2

index 95b8963569975e5e0ba8bab850e002162f68fca8..6c70df113a6acf31a9a62fdae8800f9056d1bf9f 100644 (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 ,