]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2const/FUTEX_WAIT{,_BITSET,_REQUEUE_PI}.2const: wfix
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Sat, 7 Feb 2026 19:18:38 +0000 (20:18 +0100)
committerAlejandro Colomar <alx@kernel.org>
Tue, 10 Feb 2026 20:54:16 +0000 (21:54 +0100)
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Message-ID: <2ekfzlznhv7yld7dghj5rt7uvenp6uji5jrmfm6xoije6ycyny@tarta.nabijaczleweli.xyz>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2const/FUTEX_WAIT.2const
man/man2const/FUTEX_WAIT_BITSET.2const
man/man2const/FUTEX_WAIT_REQUEUE_PI.2const

index 7d6681c1ca60ba75d72376a1525b9cd945dacba1..94cf4a997898575f62b74f632ed6b6abcf4ec6c8 100644 (file)
@@ -102,20 +102,12 @@ to decide whether to continue to block or not.
 See
 .BR futex (2).
 .TP
-.B EAGAIN
+.BR EAGAIN " or " EWOULDBLOCK
 The value pointed to by
 .I uaddr
 was not equal to the expected value
 .I val
 at the time of the call.
-.IP
-.BR Note :
-on Linux, the symbolic names
-.B EAGAIN
-and
-.B EWOULDBLOCK
-(both of which appear in different parts of the kernel futex code)
-have the same value.
 .TP
 .B EFAULT
 .I timeout
index be40d57c643905f15880abf6ca9a39f7f5a1cbb6..5f165adb4bef28b37bb903bfadeac18e823fa124 100644 (file)
@@ -147,21 +147,13 @@ Returns the number of waiters that were woken up.
 See
 .BR futex (2).
 .TP
-.B EAGAIN
+.BR EAGAIN " or " EWOULDBLOCK
 .RB ( FUTEX_WAIT_BITSET )
 The value pointed to by
 .I uaddr
 was not equal to the expected value
 .I val
 at the time of the call.
-.IP
-.BR Note :
-on Linux, the symbolic names
-.B EAGAIN
-and
-.B EWOULDBLOCK
-(both of which appear in different parts of the kernel futex code)
-have the same value.
 .TP
 .B EFAULT
 .I timeout
index 0ac1cebe512c65d36acdfeb3f9aa76bcc585fabb..4fa1520f6e1c77b175388ab1fbacf118db091751 100644 (file)
@@ -72,20 +72,12 @@ the futex word at
 See
 .BR futex (2).
 .TP
-.B EAGAIN
+.BR EAGAIN " or " EWOULDBLOCK
 The value pointed to by
 .I uaddr
 was not equal to the expected value
 .I val
 at the time of the call.
-.IP
-.BR Note :
-on Linux, the symbolic names
-.B EAGAIN
-and
-.B EWOULDBLOCK
-(both of which appear in different parts of the kernel futex code)
-have the same value.
 .TP
 .B EFAULT
 .I uaddr2