From: Alejandro Colomar Date: Thu, 29 May 2025 22:05:59 +0000 (+0200) Subject: man/man2const/FUTEX_UNLOCK_PI.2const: Tweak after split X-Git-Tag: man-pages-6.15~43^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd20b4265bb64c7eb760b76748daeb3a076381b1;p=thirdparty%2Fman-pages.git man/man2const/FUTEX_UNLOCK_PI.2const: Tweak after split Signed-off-by: Alejandro Colomar --- diff --git a/man/man2const/FUTEX_UNLOCK_PI.2const b/man/man2const/FUTEX_UNLOCK_PI.2const index 982c52164..35cf2cf92 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)