* [PATCH 1/2] posix_spawn.3: tfix
@ 2020-04-20 13:55 Jakub Wilk
2020-04-20 13:56 ` [PATCH 2/2] adjtimex.2: tfix Jakub Wilk
2020-04-20 18:31 ` [PATCH 1/2] posix_spawn.3: tfix Michael Kerrisk (man-pages)
0 siblings, 2 replies; 4+ messages in thread
From: Jakub Wilk @ 2020-04-20 13:55 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
man3/posix_spawn.3 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/man3/posix_spawn.3 b/man3/posix_spawn.3
index 63168b63e..c21c90f50 100644
--- a/man3/posix_spawn.3
+++ b/man3/posix_spawn.3
@@ -393,7 +393,7 @@ instead of
.BR fork (2).
The
.B _GNU_SOURCE
-feature test macro must be defined to obtain the definition of this contant.
+feature test macro must be defined to obtain the definition of this constant.
.TP
.BR POSIX_SPAWN_SETSID " (since glibc 2.26)"
If this flag is set,
@@ -403,7 +403,7 @@ group in the session (see
.BR setsid (2)).
The
.B _GNU_SOURCE
-feature test macro must be defined to obtain the definition of this contant.
+feature test macro must be defined to obtain the definition of this constant.
.\" This flag has been accepted in POSIX, see:
.\" http://austingroupbugs.net/view.php?id=1044
.\" and has been implemented in glibc since version 2.26
--
2.26.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] adjtimex.2: tfix
2020-04-20 13:55 [PATCH 1/2] posix_spawn.3: tfix Jakub Wilk
@ 2020-04-20 13:56 ` Jakub Wilk
2020-04-20 18:33 ` Michael Kerrisk (man-pages)
2020-04-20 18:31 ` [PATCH 1/2] posix_spawn.3: tfix Michael Kerrisk (man-pages)
1 sibling, 1 reply; 4+ messages in thread
From: Jakub Wilk @ 2020-04-20 13:56 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
man2/adjtimex.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man2/adjtimex.2 b/man2/adjtimex.2
index a45dece9f..1722369a1 100644
--- a/man2/adjtimex.2
+++ b/man2/adjtimex.2
@@ -528,7 +528,7 @@ where
is the system timer interrupt frequency.
.TP
.B ENODEV
-The hot-plugable device (like USB for example) represented by a
+The hot-pluggable device (like USB for example) represented by a
dynamic
.I clk_id
has disappeared after its character device was opened.
--
2.26.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] posix_spawn.3: tfix
2020-04-20 13:55 [PATCH 1/2] posix_spawn.3: tfix Jakub Wilk
2020-04-20 13:56 ` [PATCH 2/2] adjtimex.2: tfix Jakub Wilk
@ 2020-04-20 18:31 ` Michael Kerrisk (man-pages)
1 sibling, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-04-20 18:31 UTC (permalink / raw)
To: Jakub Wilk; +Cc: mtk.manpages, linux-man
Hello Jakub
On 4/20/20 3:55 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
> ---
> man3/posix_spawn.3 | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/man3/posix_spawn.3 b/man3/posix_spawn.3
> index 63168b63e..c21c90f50 100644
> --- a/man3/posix_spawn.3
> +++ b/man3/posix_spawn.3
> @@ -393,7 +393,7 @@ instead of
> .BR fork (2).
> The
> .B _GNU_SOURCE
> -feature test macro must be defined to obtain the definition of this contant.
> +feature test macro must be defined to obtain the definition of this constant.
> .TP
> .BR POSIX_SPAWN_SETSID " (since glibc 2.26)"
> If this flag is set,
> @@ -403,7 +403,7 @@ group in the session (see
> .BR setsid (2)).
> The
> .B _GNU_SOURCE
> -feature test macro must be defined to obtain the definition of this contant.
> +feature test macro must be defined to obtain the definition of this constant.
> .\" This flag has been accepted in POSIX, see:
> .\" http://austingroupbugs.net/view.php?id=1044
> .\" and has been implemented in glibc since version 2.26
Thanks. Applied.
Cheers,
Michael
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 2/2] adjtimex.2: tfix
2020-04-20 13:56 ` [PATCH 2/2] adjtimex.2: tfix Jakub Wilk
@ 2020-04-20 18:33 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-04-20 18:33 UTC (permalink / raw)
To: Jakub Wilk; +Cc: mtk.manpages, linux-man
Hello Jakub,
On 4/20/20 3:56 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
> ---
> man2/adjtimex.2 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man2/adjtimex.2 b/man2/adjtimex.2
> index a45dece9f..1722369a1 100644
> --- a/man2/adjtimex.2
> +++ b/man2/adjtimex.2
> @@ -528,7 +528,7 @@ where
> is the system timer interrupt frequency.
> .TP
> .B ENODEV
> -The hot-plugable device (like USB for example) represented by a
> +The hot-pluggable device (like USB for example) represented by a
> dynamic
> .I clk_id
> has disappeared after its character device was opened.
I remember seeing that typo, and thought I had fixed it :-(
Patch applied. Thanks!
Michael
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-04-20 18:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-20 13:55 [PATCH 1/2] posix_spawn.3: tfix Jakub Wilk
2020-04-20 13:56 ` [PATCH 2/2] adjtimex.2: tfix Jakub Wilk
2020-04-20 18:33 ` Michael Kerrisk (man-pages)
2020-04-20 18:31 ` [PATCH 1/2] posix_spawn.3: tfix Michael Kerrisk (man-pages)
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).