diff options
| author | Alejandro Colomar <alx@kernel.org> | 2025-05-30 00:05:59 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2025-05-30 14:44:13 +0200 |
| commit | cd20b4265bb64c7eb760b76748daeb3a076381b1 (patch) | |
| tree | 8226fac99f028c2f022634914f880216c5df8bad | |
| parent | 770fc20089c3b16b261a7a08783aaddb798b3531 (diff) | |
| download | man-pages-cd20b4265bb64c7eb760b76748daeb3a076381b1.tar.gz | |
man/man2const/FUTEX_UNLOCK_PI.2const: Tweak after split
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man/man2const/FUTEX_UNLOCK_PI.2const | 9 |
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) |
