]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2const/FUTEX_TRYLOCK_PI.2const: Tweak after split
authorAlejandro Colomar <alx@kernel.org>
Thu, 29 May 2025 21:45:18 +0000 (23:45 +0200)
committerAlejandro Colomar <alx@kernel.org>
Fri, 30 May 2025 12:43:59 +0000 (14:43 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2const/FUTEX_TRYLOCK_PI.2const

index 7018bae82b1bf1b64374e14ea883e9c16fd32001..67ffb006c6186158cc50e8356e4d32cdb5b6ee1f 100644 (file)
@@ -19,14 +19,11 @@ Standard C library
 .BI "long syscall(SYS_futex, uint32_t *" uaddr ", FUTEX_TRYLOCK_PI);"
 .fi
 .SH DESCRIPTION
-.TP
-.BR FUTEX_TRYLOCK_PI " (since Linux 2.6.18)"
-.\" commit c87e2837be82df479a6bae9f155c43516d2feebc
 This operation tries to acquire the lock at
 .IR uaddr .
 It is invoked when a user-space atomic acquire did not
 succeed because the futex word was not 0.
-.IP
+.P
 Because the kernel has access to more state information than user space,
 acquisition of the lock might succeed if performed by the
 kernel in cases where the futex word
@@ -109,5 +106,7 @@ does not exist.
 .SH STANDARDS
 Linux.
 .SH HISTORY
+Linux 2.6.18.
+.\" commit c87e2837be82df479a6bae9f155c43516d2feebc
 .SH SEE ALSO
 .BR futex (2)