]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2const/FUTEX_UNLOCK_PI.2const: Tweak after split
authorAlejandro Colomar <alx@kernel.org>
Thu, 29 May 2025 22:05:59 +0000 (00:05 +0200)
committerAlejandro Colomar <alx@kernel.org>
Fri, 30 May 2025 12:44:13 +0000 (14:44 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2const/FUTEX_UNLOCK_PI.2const

index 982c5216455a31b7a95d8c3e7b6bda71b11a7d50..35cf2cf922e2ca25952fad1f1231dc15c550235b 100644 (file)
@@ -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)