All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alejandro Colomar <alx@kernel.org>
To: наб <nabijaczleweli@nabijaczleweli.xyz>
Cc: linux-man@vger.kernel.org
Subject: Re: [PATCH] FUTEX_WAIT.2const, FUTEX_WAIT_BITSET.2const, FUTEX_WAIT_REQUEUE_PI.2const: wfix
Date: Tue, 10 Feb 2026 20:47:59 +0100	[thread overview]
Message-ID: <aYuLWrE2BtIpB-0L@devuan> (raw)
In-Reply-To: <2ekfzlznhv7yld7dghj5rt7uvenp6uji5jrmfm6xoije6ycyny@tarta.nabijaczleweli.xyz>

[-- Attachment #1: Type: text/plain, Size: 2602 bytes --]

Hi,

On 2026-02-07T20:18:38+0100, наб wrote:
> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>

Thanks!  I've applied the patch.


Have a lovely night!
Alex

> ---
>  man/man2const/FUTEX_WAIT.2const            | 10 +---------
>  man/man2const/FUTEX_WAIT_BITSET.2const     | 10 +---------
>  man/man2const/FUTEX_WAIT_REQUEUE_PI.2const | 10 +---------
>  3 files changed, 3 insertions(+), 27 deletions(-)
> 
> diff --git man/man2const/FUTEX_WAIT.2const man/man2const/FUTEX_WAIT.2const
> index 7d6681c1c..94cf4a997 100644
> --- man/man2const/FUTEX_WAIT.2const
> +++ man/man2const/FUTEX_WAIT.2const
> @@ -102,20 +102,12 @@ .SH ERRORS
>  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 man/man2const/FUTEX_WAIT_BITSET.2const man/man2const/FUTEX_WAIT_BITSET.2const
> index be40d57c6..5f165adb4 100644
> --- man/man2const/FUTEX_WAIT_BITSET.2const
> +++ man/man2const/FUTEX_WAIT_BITSET.2const
> @@ -147,21 +147,13 @@ .SH ERRORS
>  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 man/man2const/FUTEX_WAIT_REQUEUE_PI.2const man/man2const/FUTEX_WAIT_REQUEUE_PI.2const
> index 0ac1cebe5..4fa1520f6 100644
> --- man/man2const/FUTEX_WAIT_REQUEUE_PI.2const
> +++ man/man2const/FUTEX_WAIT_REQUEUE_PI.2const
> @@ -72,20 +72,12 @@ .SH ERRORS
>  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
> -- 
> 2.39.5



-- 
<https://www.alejandro-colomar.es>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

      parent reply	other threads:[~2026-02-10 19:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-07 19:18 [PATCH] FUTEX_WAIT.2const, FUTEX_WAIT_BITSET.2const, FUTEX_WAIT_REQUEUE_PI.2const: wfix наб
2026-02-09 22:37 ` Alejandro Colomar
2026-02-09 22:44   ` Alejandro Colomar
2026-02-10 13:56     ` Alejandro Colomar
2026-02-10 19:47 ` Alejandro Colomar [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aYuLWrE2BtIpB-0L@devuan \
    --to=alx@kernel.org \
    --cc=linux-man@vger.kernel.org \
    --cc=nabijaczleweli@nabijaczleweli.xyz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.