All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Changes.old: tfix
@ 2021-04-26 18:58 Jakub Wilk
  2021-04-26 18:58 ` [PATCH 2/2] exit_group.2, getunwind.2: tfix Jakub Wilk
  2021-04-27  7:35 ` [PATCH 1/2] Changes.old: tfix Alejandro Colomar (man-pages)
  0 siblings, 2 replies; 4+ messages in thread
From: Jakub Wilk @ 2021-04-26 18:58 UTC (permalink / raw
  To: Michael Kerrisk; +Cc: linux-man

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
 Changes.old | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Changes.old b/Changes.old
index f863583b1..067fce382 100644
--- a/Changes.old
+++ b/Changes.old
@@ -53581,7 +53581,7 @@ Various pages
             Generally, place '||' at start of a line, rather than the end of
             the previous line.
 
-            Rationale: this placement clearly indicates that that each piece
+            Rationale: this placement clearly indicates that each piece
             is an alternative.
 
 Various pages
@@ -54119,7 +54119,7 @@ system.3
 environ.7
     Bastien Roucariès
         Reorder the text
-            Move the the text describing how to set environment variable before
+            Move the text describing how to set environment variable before
             the list(s) of variables in order to improve readability.
     Bastien Roucariès
         Document convention of string in environ
@@ -54152,7 +54152,7 @@ man-pages.7
     Michael Kerrisk
         Add a FORMATTING AND WORDING CONVENTIONS section
             In man-pages-5.11, a large number of pages were edited to achieve
-            greater consistency in the SYNOPIS, RETURN VALUE and ATTRIBUTES
+            greater consistency in the SYNOPSIS, RETURN VALUE and ATTRIBUTES
             sections. To avoid future inconsistencies, try to capture some of
             the preferred conventions in text in man-pages(7).
     Michael Kerrisk
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] exit_group.2, getunwind.2: tfix
  2021-04-26 18:58 [PATCH 1/2] Changes.old: tfix Jakub Wilk
@ 2021-04-26 18:58 ` Jakub Wilk
  2021-04-27  7:43   ` Alejandro Colomar (man-pages)
  2021-04-27  7:35 ` [PATCH 1/2] Changes.old: tfix Alejandro Colomar (man-pages)
  1 sibling, 1 reply; 4+ messages in thread
From: Jakub Wilk @ 2021-04-26 18:58 UTC (permalink / raw
  To: Michael Kerrisk; +Cc: linux-man

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
 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
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] Changes.old: tfix
  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:35 ` Alejandro Colomar (man-pages)
  1 sibling, 0 replies; 4+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-04-27  7:35 UTC (permalink / raw
  To: Jakub Wilk, Michael Kerrisk; +Cc: linux-man

Hi Jakub,

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

Patch applied. Thanks,

Alex

> ---
>   Changes.old | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Changes.old b/Changes.old
> index f863583b1..067fce382 100644
> --- a/Changes.old
> +++ b/Changes.old
> @@ -53581,7 +53581,7 @@ Various pages
>               Generally, place '||' at start of a line, rather than the end of
>               the previous line.
>   
> -            Rationale: this placement clearly indicates that that each piece
> +            Rationale: this placement clearly indicates that each piece
>               is an alternative.
>   
>   Various pages
> @@ -54119,7 +54119,7 @@ system.3
>   environ.7
>       Bastien Roucariès
>           Reorder the text
> -            Move the the text describing how to set environment variable before
> +            Move the text describing how to set environment variable before
>               the list(s) of variables in order to improve readability.
>       Bastien Roucariès
>           Document convention of string in environ
> @@ -54152,7 +54152,7 @@ man-pages.7
>       Michael Kerrisk
>           Add a FORMATTING AND WORDING CONVENTIONS section
>               In man-pages-5.11, a large number of pages were edited to achieve
> -            greater consistency in the SYNOPIS, RETURN VALUE and ATTRIBUTES
> +            greater consistency in the SYNOPSIS, RETURN VALUE and ATTRIBUTES
>               sections. To avoid future inconsistencies, try to capture some of
>               the preferred conventions in text in man-pages(7).
>       Michael Kerrisk
> 


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/2] exit_group.2, getunwind.2: tfix
  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)
  0 siblings, 0 replies; 4+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-04-27  7:43 UTC (permalink / raw
  To: Jakub Wilk, Michael Kerrisk; +Cc: linux-man

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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-04-27  7:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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)
2021-04-27  7:35 ` [PATCH 1/2] Changes.old: tfix Alejandro Colomar (man-pages)

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.