linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Alejandro Colomar (man-pages)" <alx.manpages@gmail.com>
To: Jakub Wilk <jwilk@jwilk.net>, Michael Kerrisk <mtk.manpages@gmail.com>
Cc: linux-man@vger.kernel.org
Subject: Re: [PATCH 2/2] exit_group.2, getunwind.2: tfix
Date: Tue, 27 Apr 2021 09:43:40 +0200	[thread overview]
Message-ID: <81c80583-c217-08b8-09ad-e36d9fd0857d@gmail.com> (raw)
In-Reply-To: <20210426185813.3952-2-jwilk@jwilk.net>

Hi Jakub,

On 4/26/21 8:58 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>

Patch applied.  Thanks again,

Alex

> ---
>   man2/exit_group.2 | 2 +-
>   man2/getunwind.2  | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/man2/exit_group.2 b/man2/exit_group.2
> index b512927d4..d197f1f2e 100644
> --- a/man2/exit_group.2
> +++ b/man2/exit_group.2
> @@ -28,7 +28,7 @@ exit_group \- exit all threads in a process
>   .SH SYNOPSIS
>   .nf
>   .BR "#include <sys/syscall.h>" "       /* Definition of " SYS_* " constants */"
> -.B #inlcude <unistd.h>
> +.B #include <unistd.h>
>   .PP
>   .BI "noreturn void syscall(SYS_exit_group, int " status );
>   .fi
> diff --git a/man2/getunwind.2 b/man2/getunwind.2
> index 2c44506c7..403bd7770 100644
> --- a/man2/getunwind.2
> +++ b/man2/getunwind.2
> @@ -31,7 +31,7 @@ getunwind \- copy the unwind data to caller's buffer
>   .nf
>   .B #include <linux/unwind.h>
>   .BR "#include <sys/syscall.h>" "      /* Definition of " SYS_* " constants */"
> -.B #inlcude <unistd.h>
> +.B #include <unistd.h>
>   .PP
>   .BI "long syscall(SYS_getunwind, void " *buf ", size_t " buf_size );
>   .fi
> 


-- 
Alejandro Colomar
Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/

  reply	other threads:[~2021-04-27  7:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-26 18:58 [PATCH 1/2] Changes.old: tfix Jakub Wilk
2021-04-26 18:58 ` [PATCH 2/2] exit_group.2, getunwind.2: tfix Jakub Wilk
2021-04-27  7:43   ` Alejandro Colomar (man-pages) [this message]
2021-04-27  7:35 ` [PATCH 1/2] Changes.old: tfix Alejandro Colomar (man-pages)

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=81c80583-c217-08b8-09ad-e36d9fd0857d@gmail.com \
    --to=alx.manpages@gmail.com \
    --cc=jwilk@jwilk.net \
    --cc=linux-man@vger.kernel.org \
    --cc=mtk.manpages@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).