* [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; 4+ 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] 4+ messages in thread
* Re: [PATCH] localedef.1: tfix
[not found] ` <1402421960-4140-1-git-send-email-yuray-YPGtXv8QU+00kPtPmH8OGQ@public.gmane.org>
@ 2014-06-10 18:25 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2014-06-10 18:25 UTC (permalink / raw)
To: Yuri Kozlov
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
Thanks, Yuri. Applied.
Cheers,
Michael
On 06/10/2014 07:39 PM, Yuri Kozlov wrote:
> ---
> 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
>
--
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] 4+ 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; 4+ 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] 4+ messages in thread
* Re: [PATCH] localedef.1: tfix
[not found] ` <5576F5D5.3080501-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@ 2015-06-12 18:18 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-06-12 18:18 UTC (permalink / raw)
To: myllynen-H+wXaHxf7aLQT0dZR+AlfA
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man
On 06/09/2015 04:19 PM, Marko Myllynen wrote:
> Hi Michael,
>
> the subject says it all.
Thanks, Marko. Applied.
Cheers,
Michael
> ---
> 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,
>
--
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] 4+ messages in thread
end of thread, other threads:[~2015-06-12 18:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-09 14:19 [PATCH] localedef.1: tfix Marko Myllynen
[not found] ` <5576F5D5.3080501-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-06-12 18:18 ` Michael Kerrisk (man-pages)
-- strict thread matches above, loose matches on Subject: below --
2014-06-10 17:39 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)
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).