* [PATCH 1/3] adjtimex.2: tfix
@ 2016-03-13 18:00 Jakub Wilk
[not found] ` <1457892059-7685-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Jakub Wilk @ 2016-03-13 18:00 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
man2/adjtimex.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man2/adjtimex.2 b/man2/adjtimex.2
index 324de05..adcfbca 100644
--- a/man2/adjtimex.2
+++ b/man2/adjtimex.2
@@ -456,7 +456,7 @@ does not point to writable memory.
An attempt was made to set
.I buf.freq
to a value outside the range (\-33554432, +33554432).
-.\" From a quck glance, it appears there was no clamping or range check
+.\" From a quick glance, it appears there was no clamping or range check
.\" for buf.freq in kernels before 2.0
.TP
.BR EINVAL " (kernels before Linux 2.6.26)"
--
2.7.0
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/3] readdir_r.3: tfix
[not found] ` <1457892059-7685-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2016-03-13 18:00 ` Jakub Wilk
[not found] ` <1457892059-7685-2-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-03-13 18:00 ` [PATCH 3/3] feature_test_macros.7: tfix Jakub Wilk
2016-03-13 19:34 ` [PATCH 1/3] adjtimex.2: tfix Michael Kerrisk (man-pages)
2 siblings, 1 reply; 6+ messages in thread
From: Jakub Wilk @ 2016-03-13 18:00 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
man3/readdir_r.3 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man3/readdir_r.3 b/man3/readdir_r.3
index 478ee79..bc2fb22 100644
--- a/man3/readdir_r.3
+++ b/man3/readdir_r.3
@@ -138,7 +138,7 @@ returns 0, and returns NULL in
.B EBADF
Invalid directory stream descriptor \fIdirp\fP.
.TP
-.B ENAMETOOLOMG
+.B ENAMETOOLONG
A directory entry whose name was too long to be read was encountered.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
--
2.7.0
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 3/3] feature_test_macros.7: tfix
[not found] ` <1457892059-7685-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-03-13 18:00 ` [PATCH 2/3] readdir_r.3: tfix Jakub Wilk
@ 2016-03-13 18:00 ` Jakub Wilk
[not found] ` <1457892059-7685-3-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-03-13 19:34 ` [PATCH 1/3] adjtimex.2: tfix Michael Kerrisk (man-pages)
2 siblings, 1 reply; 6+ messages in thread
From: Jakub Wilk @ 2016-03-13 18:00 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
man7/feature_test_macros.7 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7
index 527bf73..b3c3295 100644
--- a/man7/feature_test_macros.7
+++ b/man7/feature_test_macros.7
@@ -133,7 +133,7 @@ The macros that you most likely need to use in modern source code are
.BR _POSIX_C_SOURCE
(for definitions from various versions of POSIX.1),
.BR _XOPEN_SOURCE
-(fof definitions from various versions of SUS),
+(for definitions from various versions of SUS),
.BR _GNU_SOURCE
(for GNU and/or Linux specific stuff), and
.BR _DEFAULT_SOURCE
--
2.7.0
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 1/3] adjtimex.2: tfix
[not found] ` <1457892059-7685-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-03-13 18:00 ` [PATCH 2/3] readdir_r.3: tfix Jakub Wilk
2016-03-13 18:00 ` [PATCH 3/3] feature_test_macros.7: tfix Jakub Wilk
@ 2016-03-13 19:34 ` Michael Kerrisk (man-pages)
2 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-03-13 19:34 UTC (permalink / raw)
To: Jakub Wilk
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
On 03/14/2016 07:00 AM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
Thanks, Jakub. Applied.
Cheers,
Michael
> ---
> man2/adjtimex.2 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man2/adjtimex.2 b/man2/adjtimex.2
> index 324de05..adcfbca 100644
> --- a/man2/adjtimex.2
> +++ b/man2/adjtimex.2
> @@ -456,7 +456,7 @@ does not point to writable memory.
> An attempt was made to set
> .I buf.freq
> to a value outside the range (\-33554432, +33554432).
> -.\" From a quck glance, it appears there was no clamping or range check
> +.\" From a quick glance, it appears there was no clamping or range check
> .\" for buf.freq in kernels before 2.0
> .TP
> .BR EINVAL " (kernels before Linux 2.6.26)"
>
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 2/3] readdir_r.3: tfix
[not found] ` <1457892059-7685-2-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2016-03-13 19:34 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-03-13 19:34 UTC (permalink / raw)
To: Jakub Wilk
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
On 03/14/2016 07:00 AM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
Thanks, Jakub. Applied.
Cheers,
Michael
> ---
> man3/readdir_r.3 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man3/readdir_r.3 b/man3/readdir_r.3
> index 478ee79..bc2fb22 100644
> --- a/man3/readdir_r.3
> +++ b/man3/readdir_r.3
> @@ -138,7 +138,7 @@ returns 0, and returns NULL in
> .B EBADF
> Invalid directory stream descriptor \fIdirp\fP.
> .TP
> -.B ENAMETOOLOMG
> +.B ENAMETOOLONG
> A directory entry whose name was too long to be read was encountered.
> .SH ATTRIBUTES
> For an explanation of the terms used in this section, see
>
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 3/3] feature_test_macros.7: tfix
[not found] ` <1457892059-7685-3-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2016-03-13 19:34 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-03-13 19:34 UTC (permalink / raw)
To: Jakub Wilk
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
On 03/14/2016 07:00 AM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
Thanks, Jakub. Applied.
Cheers,
Michael
> ---
> man7/feature_test_macros.7 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7
> index 527bf73..b3c3295 100644
> --- a/man7/feature_test_macros.7
> +++ b/man7/feature_test_macros.7
> @@ -133,7 +133,7 @@ The macros that you most likely need to use in modern source code are
> .BR _POSIX_C_SOURCE
> (for definitions from various versions of POSIX.1),
> .BR _XOPEN_SOURCE
> -(fof definitions from various versions of SUS),
> +(for definitions from various versions of SUS),
> .BR _GNU_SOURCE
> (for GNU and/or Linux specific stuff), and
> .BR _DEFAULT_SOURCE
>
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-03-13 19:34 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-13 18:00 [PATCH 1/3] adjtimex.2: tfix Jakub Wilk
[not found] ` <1457892059-7685-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-03-13 18:00 ` [PATCH 2/3] readdir_r.3: tfix Jakub Wilk
[not found] ` <1457892059-7685-2-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-03-13 19:34 ` Michael Kerrisk (man-pages)
2016-03-13 18:00 ` [PATCH 3/3] feature_test_macros.7: tfix Jakub Wilk
[not found] ` <1457892059-7685-3-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-03-13 19:34 ` Michael Kerrisk (man-pages)
2016-03-13 19:34 ` [PATCH 1/3] adjtimex.2: 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).