linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* locale.1: update for 104511
@ 2016-01-18 10:56 Marko Myllynen
       [not found] ` <569CC4C8.9070608-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Marko Myllynen @ 2016-01-18 10:56 UTC (permalink / raw)
  To: linux-man; +Cc: Florian Weimer

Addresses https://bugzilla.kernel.org/show_bug.cgi?id=104511.

---
 man1/locale.1 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/man1/locale.1 b/man1/locale.1
index c10355f..505191d 100644
--- a/man1/locale.1
+++ b/man1/locale.1
@@ -162,6 +162,10 @@ $ \fBlocale \-ck date_fmt\fP
 LC_TIME
 date_fmt="%a %b %e %H:%M:%S %Z %Y"
 
+$ \fBlocale -c charmap\fP
+LC_CTYPE
+UTF-8
+
 $ \fBlocale LC_TELEPHONE\fP
 +%c (%a) %l
 (%a) %l

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: locale.1: update for 104511
       [not found] ` <569CC4C8.9070608-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@ 2016-01-18 11:00   ` Florian Weimer
       [not found]     ` <569CC5C5.40107-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Florian Weimer @ 2016-01-18 11:00 UTC (permalink / raw)
  To: Marko Myllynen, linux-man

On 01/18/2016 11:56 AM, Marko Myllynen wrote:
> Addresses https://bugzilla.kernel.org/show_bug.cgi?id=104511.
> 
> ---
>  man1/locale.1 | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/man1/locale.1 b/man1/locale.1
> index c10355f..505191d 100644
> --- a/man1/locale.1
> +++ b/man1/locale.1
> @@ -162,6 +162,10 @@ $ \fBlocale \-ck date_fmt\fP
>  LC_TIME
>  date_fmt="%a %b %e %H:%M:%S %Z %Y"
>  
> +$ \fBlocale -c charmap\fP
> +LC_CTYPE
> +UTF-8
> +

I think this needs a comment that it shows the charset, or something like

For example, the keyword
.B charmap
causes
.BR locale (1)
to display the character set for the locale.

Florian

--
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

* Re: locale.1: update for 104511
       [not found]     ` <569CC5C5.40107-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@ 2016-01-18 11:07       ` Marko Myllynen
       [not found]         ` <569CC775.5080509-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Marko Myllynen @ 2016-01-18 11:07 UTC (permalink / raw)
  To: Florian Weimer, linux-man

Hi,

On 2016-01-18 13:00, Florian Weimer wrote:
> On 01/18/2016 11:56 AM, Marko Myllynen wrote:
>> Addresses https://bugzilla.kernel.org/show_bug.cgi?id=104511.
>>
>> ---
>>  man1/locale.1 | 4 ++++
>>  1 file changed, 4 insertions(+)
>>
>> diff --git a/man1/locale.1 b/man1/locale.1
>> index c10355f..505191d 100644
>> --- a/man1/locale.1
>> +++ b/man1/locale.1
>> @@ -162,6 +162,10 @@ $ \fBlocale \-ck date_fmt\fP
>>  LC_TIME
>>  date_fmt="%a %b %e %H:%M:%S %Z %Y"
>>  
>> +$ \fBlocale -c charmap\fP
>> +LC_CTYPE
>> +UTF-8
>> +
> 
> I think this needs a comment that it shows the charset, or something like
> 
> For example, the keyword
> .B charmap
> causes
> .BR locale (1)
> to display the character set for the locale.

Fair enough, how about this?


Addresses https://bugzilla.kernel.org/show_bug.cgi?id=104511.

---
 man1/locale.1 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/man1/locale.1 b/man1/locale.1
index c10355f..a1cdfd8 100644
--- a/man1/locale.1
+++ b/man1/locale.1
@@ -65,6 +65,8 @@ metadata about each locale to be included in the output.
 .TP
 .BR \-m ", " \-\-charmaps
 Display the available charmaps (character set description files).
+To display the current character set for the locale, use
+\fBlocale -c charmap\fR.
 .PP
 The
 .B locale

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: locale.1: update for 104511
       [not found]         ` <569CC775.5080509-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@ 2016-02-01 14:29           ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-02-01 14:29 UTC (permalink / raw)
  To: Marko Myllynen, Florian Weimer, linux-man
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w

On 01/18/2016 12:07 PM, Marko Myllynen wrote:
> Hi,
> 
> On 2016-01-18 13:00, Florian Weimer wrote:
>> On 01/18/2016 11:56 AM, Marko Myllynen wrote:
>>> Addresses https://bugzilla.kernel.org/show_bug.cgi?id=104511.
>>>
>>> ---
>>>  man1/locale.1 | 4 ++++
>>>  1 file changed, 4 insertions(+)
>>>
>>> diff --git a/man1/locale.1 b/man1/locale.1
>>> index c10355f..505191d 100644
>>> --- a/man1/locale.1
>>> +++ b/man1/locale.1
>>> @@ -162,6 +162,10 @@ $ \fBlocale \-ck date_fmt\fP
>>>  LC_TIME
>>>  date_fmt="%a %b %e %H:%M:%S %Z %Y"
>>>  
>>> +$ \fBlocale -c charmap\fP
>>> +LC_CTYPE
>>> +UTF-8
>>> +
>>
>> I think this needs a comment that it shows the charset, or something like
>>
>> For example, the keyword
>> .B charmap
>> causes
>> .BR locale (1)
>> to display the character set for the locale.
> 
> Fair enough, how about this?
> 
> 
> Addresses https://bugzilla.kernel.org/show_bug.cgi?id=104511.

Applied. Thanks, Marko.

Cheers,

Michael


> ---
>  man1/locale.1 | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/man1/locale.1 b/man1/locale.1
> index c10355f..a1cdfd8 100644
> --- a/man1/locale.1
> +++ b/man1/locale.1
> @@ -65,6 +65,8 @@ metadata about each locale to be included in the output.
>  .TP
>  .BR \-m ", " \-\-charmaps
>  Display the available charmaps (character set description files).
> +To display the current character set for the locale, use
> +\fBlocale -c charmap\fR.
>  .PP
>  The
>  .B locale
> 
> 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:[~2016-02-01 14:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-18 10:56 locale.1: update for 104511 Marko Myllynen
     [not found] ` <569CC4C8.9070608-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-01-18 11:00   ` Florian Weimer
     [not found]     ` <569CC5C5.40107-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-01-18 11:07       ` Marko Myllynen
     [not found]         ` <569CC775.5080509-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-02-01 14:29           ` 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).