linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* locale.5: drop tel/fax description
@ 2016-03-07 11:52 Marko Myllynen
       [not found] ` <56DD6B93.8070802-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Marko Myllynen @ 2016-03-07 11:52 UTC (permalink / raw)
  To: Michael Kerrisk (man-pages); +Cc: linux-man, Mike Frysinger

Hi Michael,

glibc upstream recently deemed that the tel/fax fields are not useful
and dropped them from the few locales which had them defined. Do you
think we could/should drop the descriptions from the man page as well?

https://sourceware.org/git/?p=glibc.git;a=commit;h=5453f739e5fae1f9235c3207a8604f164dc9e484

---
 man5/locale.5 | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/man5/locale.5 b/man5/locale.5
index 0a26f91..cc6edf2 100644
--- a/man5/locale.5
+++ b/man5/locale.5
@@ -569,14 +569,6 @@ the organization that maintains this document.
 followed by the email address of the person or
 organization that maintains this document.
 .TP
-.I tel
-followed by the telephone number (in international format)
-of the organization that maintains this document.
-.TP
-.I fax
-followed by the fax number (in international format)
-of the organization that maintains this document.
-.TP
 .I language
 followed by the name of the language to which this document applies.
 .TP

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] 7+ messages in thread

* Re: locale.5: drop tel/fax description
       [not found] ` <56DD6B93.8070802-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@ 2016-03-07 12:16   ` walter harms
  2016-03-07 17:48   ` Mike Frysinger
  1 sibling, 0 replies; 7+ messages in thread
From: walter harms @ 2016-03-07 12:16 UTC (permalink / raw)
  To: Marko Myllynen; +Cc: Michael Kerrisk (man-pages), linux-man, Mike Frysinger

It should simply be noted that these fields are droped since glibc xyz

Others may support them and it is stil valid for older version.

re,
 wh


Am 07.03.2016 12:52, schrieb Marko Myllynen:
> Hi Michael,
> 
> glibc upstream recently deemed that the tel/fax fields are not useful
> and dropped them from the few locales which had them defined. Do you
> think we could/should drop the descriptions from the man page as well?
> 
> https://sourceware.org/git/?p=glibc.git;a=commit;h=5453f739e5fae1f9235c3207a8604f164dc9e484
> 
> ---
>  man5/locale.5 | 8 --------
>  1 file changed, 8 deletions(-)
> 
> diff --git a/man5/locale.5 b/man5/locale.5
> index 0a26f91..cc6edf2 100644
> --- a/man5/locale.5
> +++ b/man5/locale.5
> @@ -569,14 +569,6 @@ the organization that maintains this document.
>  followed by the email address of the person or
>  organization that maintains this document.
>  .TP
> -.I tel
> -followed by the telephone number (in international format)
> -of the organization that maintains this document.
> -.TP
> -.I fax
> -followed by the fax number (in international format)
> -of the organization that maintains this document.
> -.TP
>  .I language
>  followed by the name of the language to which this document applies.
>  .TP
> 
> Thanks,
> 
--
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] 7+ messages in thread

* Re: locale.5: drop tel/fax description
       [not found] ` <56DD6B93.8070802-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  2016-03-07 12:16   ` walter harms
@ 2016-03-07 17:48   ` Mike Frysinger
       [not found]     ` <20160307174850.GI6588-UgUKS2FnFs9+urZeOPWqwQ@public.gmane.org>
  1 sibling, 1 reply; 7+ messages in thread
From: Mike Frysinger @ 2016-03-07 17:48 UTC (permalink / raw)
  To: Marko Myllynen; +Cc: Michael Kerrisk (man-pages), linux-man

[-- Attachment #1: Type: text/plain, Size: 438 bytes --]

On 07 Mar 2016 13:52, Marko Myllynen wrote:
> glibc upstream recently deemed that the tel/fax fields are not useful
> and dropped them from the few locales which had them defined. Do you
> think we could/should drop the descriptions from the man page as well?

the fields are technically still supported, we've just emptied them out.
i would add a note saying that their use is discouraged in favor of the
other fields like e-mail.
-mike

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: locale.5: drop tel/fax description
       [not found]     ` <20160307174850.GI6588-UgUKS2FnFs9+urZeOPWqwQ@public.gmane.org>
@ 2016-03-08  9:59       ` Marko Myllynen
       [not found]         ` <56DEA266.2000400-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Marko Myllynen @ 2016-03-08  9:59 UTC (permalink / raw)
  To: Michael Kerrisk (man-pages), linux-man

On 2016-03-07 19:48, Mike Frysinger wrote:
> On 07 Mar 2016 13:52, Marko Myllynen wrote:
>> glibc upstream recently deemed that the tel/fax fields are not useful
>> and dropped them from the few locales which had them defined. Do you
>> think we could/should drop the descriptions from the man page as well?
> 
> the fields are technically still supported, we've just emptied them out.
> i would add a note saying that their use is discouraged in favor of the
> other fields like e-mail.

Fair enough, how about this?

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

diff --git a/man5/locale.5 b/man5/locale.5
index 0a26f91..ef97f00 100644
--- a/man5/locale.5
+++ b/man5/locale.5
@@ -572,10 +572,14 @@ organization that maintains this document.
 .I tel
 followed by the telephone number (in international format)
 of the organization that maintains this document.
+As of glibc 2.24, this keyword is deprecated in favor of
+other contact methods.
 .TP
 .I fax
 followed by the fax number (in international format)
 of the organization that maintains this document.
+As of glibc 2.24, this keyword is deprecated in favor of
+other contact methods.
 .TP
 .I language
 followed by the name of the language to which this document applies.

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] 7+ messages in thread

* Re: locale.5: drop tel/fax description
       [not found]         ` <56DEA266.2000400-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@ 2016-03-08 13:03           ` walter harms
  2016-03-08 14:21           ` Mike Frysinger
  2016-03-08 17:18           ` Michael Kerrisk (man-pages)
  2 siblings, 0 replies; 7+ messages in thread
From: walter harms @ 2016-03-08 13:03 UTC (permalink / raw)
  To: Marko Myllynen; +Cc: Michael Kerrisk (man-pages), linux-man



Am 08.03.2016 10:59, schrieb Marko Myllynen:
> On 2016-03-07 19:48, Mike Frysinger wrote:
>> On 07 Mar 2016 13:52, Marko Myllynen wrote:
>>> glibc upstream recently deemed that the tel/fax fields are not useful
>>> and dropped them from the few locales which had them defined. Do you
>>> think we could/should drop the descriptions from the man page as well?
>>
>> the fields are technically still supported, we've just emptied them out.
>> i would add a note saying that their use is discouraged in favor of the
>> other fields like e-mail.
> 
> Fair enough, how about this?
> 
> ---
>  man5/locale.5 | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/man5/locale.5 b/man5/locale.5
> index 0a26f91..ef97f00 100644
> --- a/man5/locale.5
> +++ b/man5/locale.5
> @@ -572,10 +572,14 @@ organization that maintains this document.
>  .I tel
>  followed by the telephone number (in international format)
>  of the organization that maintains this document.
> +As of glibc 2.24, this keyword is deprecated in favor of
> +other contact methods.
>  .TP
>  .I fax
>  followed by the fax number (in international format)
>  of the organization that maintains this document.
> +As of glibc 2.24, this keyword is deprecated in favor of
> +other contact methods.
>  .TP
>  .I language
>  followed by the name of the language to which this document applies.
> 
> Thanks,
> 

I think "As of glibc 2.24, this keyword is deprecated" is enought.
Otherwise it may spark discussions.

re,
 wh
--
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] 7+ messages in thread

* Re: locale.5: drop tel/fax description
       [not found]         ` <56DEA266.2000400-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  2016-03-08 13:03           ` walter harms
@ 2016-03-08 14:21           ` Mike Frysinger
  2016-03-08 17:18           ` Michael Kerrisk (man-pages)
  2 siblings, 0 replies; 7+ messages in thread
From: Mike Frysinger @ 2016-03-08 14:21 UTC (permalink / raw)
  To: Marko Myllynen; +Cc: Michael Kerrisk (man-pages), linux-man

[-- Attachment #1: Type: text/plain, Size: 611 bytes --]

On 08 Mar 2016 11:59, Marko Myllynen wrote:
> On 2016-03-07 19:48, Mike Frysinger wrote:
> > On 07 Mar 2016 13:52, Marko Myllynen wrote:
> >> glibc upstream recently deemed that the tel/fax fields are not useful
> >> and dropped them from the few locales which had them defined. Do you
> >> think we could/should drop the descriptions from the man page as well?
> > 
> > the fields are technically still supported, we've just emptied them out.
> > i would add a note saying that their use is discouraged in favor of the
> > other fields like e-mail.
> 
> Fair enough, how about this?

lgtm
-mike

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: locale.5: drop tel/fax description
       [not found]         ` <56DEA266.2000400-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  2016-03-08 13:03           ` walter harms
  2016-03-08 14:21           ` Mike Frysinger
@ 2016-03-08 17:18           ` Michael Kerrisk (man-pages)
  2 siblings, 0 replies; 7+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-03-08 17:18 UTC (permalink / raw)
  To: Marko Myllynen, linux-man; +Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w

On 03/08/2016 10:59 AM, Marko Myllynen wrote:
> On 2016-03-07 19:48, Mike Frysinger wrote:
>> On 07 Mar 2016 13:52, Marko Myllynen wrote:
>>> glibc upstream recently deemed that the tel/fax fields are not useful
>>> and dropped them from the few locales which had them defined. Do you
>>> think we could/should drop the descriptions from the man page as well?
>>
>> the fields are technically still supported, we've just emptied them out.
>> i would add a note saying that their use is discouraged in favor of the
>> other fields like e-mail.
> 
> Fair enough, how about this?

Applied, thanks.

Michael
 
> ---
>  man5/locale.5 | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/man5/locale.5 b/man5/locale.5
> index 0a26f91..ef97f00 100644
> --- a/man5/locale.5
> +++ b/man5/locale.5
> @@ -572,10 +572,14 @@ organization that maintains this document.
>  .I tel
>  followed by the telephone number (in international format)
>  of the organization that maintains this document.
> +As of glibc 2.24, this keyword is deprecated in favor of
> +other contact methods.
>  .TP
>  .I fax
>  followed by the fax number (in international format)
>  of the organization that maintains this document.
> +As of glibc 2.24, this keyword is deprecated in favor of
> +other contact methods.
>  .TP
>  .I language
>  followed by the name of the language to which this document applies.
> 
> 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] 7+ messages in thread

end of thread, other threads:[~2016-03-08 17:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-07 11:52 locale.5: drop tel/fax description Marko Myllynen
     [not found] ` <56DD6B93.8070802-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-03-07 12:16   ` walter harms
2016-03-07 17:48   ` Mike Frysinger
     [not found]     ` <20160307174850.GI6588-UgUKS2FnFs9+urZeOPWqwQ@public.gmane.org>
2016-03-08  9:59       ` Marko Myllynen
     [not found]         ` <56DEA266.2000400-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-03-08 13:03           ` walter harms
2016-03-08 14:21           ` Mike Frysinger
2016-03-08 17:18           ` 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).