aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2025-05-29 23:45:18 +0200
committerAlejandro Colomar <alx@kernel.org>2025-05-30 14:43:59 +0200
commit15e2b03302ee6146e4c6938fc459f68d7b3950b4 (patch)
tree35ea4f05da1d4d83278070c3976ac96380e2c3a6
parente95aef2560250b2f7a0e2e0500428fd45d54d516 (diff)
downloadman-pages-15e2b03302ee6146e4c6938fc459f68d7b3950b4.tar.gz
man/man2const/FUTEX_TRYLOCK_PI.2const: Tweak after split
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man/man2const/FUTEX_TRYLOCK_PI.2const7
1 files changed, 3 insertions, 4 deletions
diff --git a/man/man2const/FUTEX_TRYLOCK_PI.2const b/man/man2const/FUTEX_TRYLOCK_PI.2const
index 7018bae82b..67ffb006c6 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)