* [PATCH] localedef.1: tfix
@ 2014-06-10 17:39 Yuri Kozlov
[not found] ` <1402421960-4140-1-git-send-email-yuray-YPGtXv8QU+00kPtPmH8OGQ@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Yuri Kozlov @ 2014-06-10 17:39 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Yuri Kozlov
---
man1/localedef.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man1/localedef.1 b/man1/localedef.1
index a3baca1..493cd5c 100644
--- a/man1/localedef.1
+++ b/man1/localedef.1
@@ -293,7 +293,7 @@ Usual default repertoire map path.
Usual default locale archive location.
.TP
.I outputpath/LC_ADDRESS
-An output file that contains contains information about formatting of
+An output file that contains information about formatting of
addresses and geography-related items.
.TP
.I outputpath/LC_COLLATE
--
1.9.1
--
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] localedef.1: tfix
@ 2015-01-31 1:49 Masanari Iida
2015-02-01 15:26 ` Michael Kerrisk (man-pages)
0 siblings, 1 reply; 6+ messages in thread
From: Masanari Iida @ 2015-01-31 1:49 UTC (permalink / raw)
To: mtk.manpages; +Cc: linux-kernel, Masanari Iida
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
man1/localedef.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man1/localedef.1 b/man1/localedef.1
index a7549d1..bb1e158 100644
--- a/man1/localedef.1
+++ b/man1/localedef.1
@@ -80,7 +80,7 @@ argument is interpreted as follows:
If
.I outputpath
contains a slash character ('/'), it is interpreted as the name of the
-directory where the output defintions are to be stored.
+directory where the output definitions are to be stored.
In this case, there is a separate output file for each locale category
.RI ( LC_CTIME ,
.IR LC_NUMERIC ,
--
2.3.0.rc1.30.g76afe74
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [PATCH] localedef.1: tfix
2015-01-31 1:49 Masanari Iida
@ 2015-02-01 15:26 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-02-01 15:26 UTC (permalink / raw)
To: Masanari Iida; +Cc: mtk.manpages, linux-kernel
On 01/31/2015 02:49 AM, Masanari Iida wrote:
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Thank you, Masanari Iida! Applied.
Cheers,
Michael
> ---
> man1/localedef.1 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man1/localedef.1 b/man1/localedef.1
> index a7549d1..bb1e158 100644
> --- a/man1/localedef.1
> +++ b/man1/localedef.1
> @@ -80,7 +80,7 @@ argument is interpreted as follows:
> If
> .I outputpath
> contains a slash character ('/'), it is interpreted as the name of the
> -directory where the output defintions are to be stored.
> +directory where the output definitions are to be stored.
> In this case, there is a separate output file for each locale category
> .RI ( LC_CTIME ,
> .IR LC_NUMERIC ,
>
--
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] 6+ messages in thread
* [PATCH] localedef.1: tfix
@ 2015-06-09 14:19 Marko Myllynen
[not found] ` <5576F5D5.3080501-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Marko Myllynen @ 2015-06-09 14:19 UTC (permalink / raw)
To: Michael Kerrisk (man-pages); +Cc: linux-man
Hi Michael,
the subject says it all.
---
man1/localedef.1 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/man1/localedef.1 b/man1/localedef.1
index 2996f91..765d770 100644
--- a/man1/localedef.1
+++ b/man1/localedef.1
@@ -82,7 +82,7 @@ If
contains a slash character ('/'), it is interpreted as the name of the
directory where the output definitions are to be stored.
In this case, there is a separate output file for each locale category
-.RI ( LC_CTIME ,
+.RI ( LC_TIME ,
.IR LC_NUMERIC ,
and so on).
.IP *
Thanks,
--
Marko Myllynen
--
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
end of thread, other threads:[~2015-06-12 18:18 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-10 17:39 [PATCH] localedef.1: tfix Yuri Kozlov
[not found] ` <1402421960-4140-1-git-send-email-yuray-YPGtXv8QU+00kPtPmH8OGQ@public.gmane.org>
2014-06-10 18:25 ` Michael Kerrisk (man-pages)
-- strict thread matches above, loose matches on Subject: below --
2015-01-31 1:49 Masanari Iida
2015-02-01 15:26 ` Michael Kerrisk (man-pages)
2015-06-09 14:19 Marko Myllynen
[not found] ` <5576F5D5.3080501-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-06-12 18:18 ` Michael Kerrisk (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.