From: Alejandro Colomar Date: Thu, 29 May 2025 21:45:18 +0000 (+0200) Subject: man/man2const/FUTEX_TRYLOCK_PI.2const: Tweak after split X-Git-Tag: man-pages-6.15~43^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=15e2b03302ee6146e4c6938fc459f68d7b3950b4;p=thirdparty%2Fman-pages.git man/man2const/FUTEX_TRYLOCK_PI.2const: Tweak after split Signed-off-by: Alejandro Colomar --- diff --git a/man/man2const/FUTEX_TRYLOCK_PI.2const b/man/man2const/FUTEX_TRYLOCK_PI.2const index 7018bae82..67ffb006c 100644 --- a/man/man2const/FUTEX_TRYLOCK_PI.2const +++ b/man/man2const/FUTEX_TRYLOCK_PI.2const @@ -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)