]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2const/FUTEX_WA??_BITSET.2const: Tweak after split, and add link page
authorAlejandro Colomar <alx@kernel.org>
Thu, 29 May 2025 11:53:18 +0000 (13:53 +0200)
committerAlejandro Colomar <alx@kernel.org>
Fri, 30 May 2025 12:43:26 +0000 (14:43 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2const/FUTEX_WAIT_BITSET.2const
man/man2const/FUTEX_WAKE_BITSET.2const [new file with mode: 0644]

index bb220cbcbba9a20be047a8a3139b4c472356cb8a..d020934bd0245d752a705da47e8071627b38dad4 100644 (file)
@@ -29,8 +29,7 @@ Standard C library
 .fi
 .SH DESCRIPTION
 .TP
-.BR FUTEX_WAIT_BITSET " (since Linux 2.6.25)"
-.\" commit cd689985cf49f6ff5c8eddc48d98b9d581d9475d
+.B FUTEX_WAIT_BITSET
 This operation is like
 .BR FUTEX_WAIT (2const)
 except that
@@ -53,8 +52,7 @@ is NULL, the operation can block indefinitely.
 .\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 .\"
 .TP
-.BR FUTEX_WAKE_BITSET " (since Linux 2.6.25)"
-.\" commit cd689985cf49f6ff5c8eddc48d98b9d581d9475d
+.B FUTEX_WAKE_BITSET
 This operation is the same as
 .BR FUTEX_WAKE (2const)
 except that the
@@ -201,9 +199,9 @@ is zero.
 The kernel detected an inconsistency between the user-space state at
 .I uaddr
 and the kernel state\[em]that is, it detected a waiter which waits in
-.B FUTEX_LOCK_PI
+.BR FUTEX_LOCK_PI (2const)
 or
-.B FUTEX_LOCK_PI2
+.BR FUTEX_LOCK_PI2 (2const)
 on
 .IR uaddr .
 .TP
@@ -214,5 +212,6 @@ The timeout expired before the operation completed.
 Linux.
 .SH HISTORY
 Linux 2.6.25.
+.\" commit cd689985cf49f6ff5c8eddc48d98b9d581d9475d
 .SH SEE ALSO
 .BR futex (2)
diff --git a/man/man2const/FUTEX_WAKE_BITSET.2const b/man/man2const/FUTEX_WAKE_BITSET.2const
new file mode 100644 (file)
index 0000000..92c8716
--- /dev/null
@@ -0,0 +1 @@
+.so man2const/FUTEX_WAIT_BITSET.2const