aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-01-15 09:15:56 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-12-15 14:39:44 +0100
commita2ebebcdc77c8bc995c55d037176e1f206d5ed2c (patch)
treea104e1b73fdfbd887446edf48391710f336553e9
parent8f2068bbe4f998141f49a1f5b2296cfcde1f9a1d (diff)
downloadman-pages-a2ebebcdc77c8bc995c55d037176e1f206d5ed2c.tar.gz
futex.2: wfix for ENOSYS error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/futex.27
1 files changed, 2 insertions, 5 deletions
diff --git a/man2/futex.2 b/man2/futex.2
index d256163009..3a6eddd9d8 100644
--- a/man2/futex.2
+++ b/man2/futex.2
@@ -1130,11 +1130,8 @@ nor
.BR FUTEX_TRYLOCK_PI ,
.BR FUTEX_UNLOCK_PI )
A run-time check determined that the operation not available.
-.BR FUTEX_LOCK_PI
-and
-.BR FUTEX_TRYLOCK_PI
-are not implemented on all architectures and
-not supported on some CPU variants.
+The PI futex operations are not implemented on all architectures and
+are not supported on some CPU variants.
.TP
.BR EPERM
.RB ( FUTEX_LOCK_PI ,