aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/man2const/FUTEX_UNLOCK_PI.2const9
1 files changed, 4 insertions, 5 deletions
diff --git a/man/man2const/FUTEX_UNLOCK_PI.2const b/man/man2const/FUTEX_UNLOCK_PI.2const
index 982c521645..35cf2cf922 100644
--- a/man/man2const/FUTEX_UNLOCK_PI.2const
+++ b/man/man2const/FUTEX_UNLOCK_PI.2const
@@ -19,9 +19,6 @@ Standard C library
.BI "long syscall(SYS_futex, uint32_t *" uaddr ", FUTEX_UNLOCK_PI);"
.fi
.SH DESCRIPTION
-.TP
-.BR FUTEX_UNLOCK_PI " (since Linux 2.6.18)"
-.\" commit c87e2837be82df479a6bae9f155c43516d2feebc
This operation wakes the top priority waiter that is waiting in
.BR FUTEX_LOCK_PI (2const)
or
@@ -29,7 +26,7 @@ or
on the futex address provided by the
.I uaddr
argument.
-.IP
+.P
This is called when the user-space value at
.I uaddr
cannot be changed atomically from a TID (of the owner) to 0.
@@ -43,7 +40,7 @@ is set to indicate the error.
.P
On success,
.B FUTEX_UNLOCK_PI
-Returns 0 if the futex was successfully unlocked.
+returns 0 if the futex was successfully unlocked.
.SH ERRORS
See
.BR futex (2).
@@ -70,5 +67,7 @@ The caller does not own the lock represented by the futex word.
.SH STANDARDS
Linux.
.SH HISTORY
+Linux 2.6.18.
+.\" commit c87e2837be82df479a6bae9f155c43516d2feebc
.SH SEE ALSO
.BR futex (2)