From: наб Date: Sat, 7 Feb 2026 19:18:38 +0000 (+0100) Subject: man/man2const/FUTEX_WAIT{,_BITSET,_REQUEUE_PI}.2const: wfix X-Git-Tag: man-pages-6.17~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7617f61964f26b195eb255c2d63d019bec924caa;p=thirdparty%2Fman-pages.git man/man2const/FUTEX_WAIT{,_BITSET,_REQUEUE_PI}.2const: wfix Signed-off-by: Ahelenia Ziemiańska Message-ID: <2ekfzlznhv7yld7dghj5rt7uvenp6uji5jrmfm6xoije6ycyny@tarta.nabijaczleweli.xyz> Signed-off-by: Alejandro Colomar --- diff --git a/man/man2const/FUTEX_WAIT.2const b/man/man2const/FUTEX_WAIT.2const index 7d6681c1c..94cf4a997 100644 --- a/man/man2const/FUTEX_WAIT.2const +++ b/man/man2const/FUTEX_WAIT.2const @@ -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 diff --git a/man/man2const/FUTEX_WAIT_BITSET.2const b/man/man2const/FUTEX_WAIT_BITSET.2const index be40d57c6..5f165adb4 100644 --- a/man/man2const/FUTEX_WAIT_BITSET.2const +++ b/man/man2const/FUTEX_WAIT_BITSET.2const @@ -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 diff --git a/man/man2const/FUTEX_WAIT_REQUEUE_PI.2const b/man/man2const/FUTEX_WAIT_REQUEUE_PI.2const index 0ac1cebe5..4fa1520f6 100644 --- a/man/man2const/FUTEX_WAIT_REQUEUE_PI.2const +++ b/man/man2const/FUTEX_WAIT_REQUEUE_PI.2const @@ -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