tags 638186 fixed-upstream
thanks

So, I've added locale(7) in the SEE ALSO references of locale(5) and
environ(7). Note that locale(5) describes a FILE, while locale(7)
describes environment variables. I also applied the diff below to
environ(7). I believe this is sufficient to address the problem. If
not, let me know.

Cheers,

Michael

diff --git a/man7/environ.7 b/man7/environ.7
index 4a0f38f..2864b04 100644
--- a/man7/environ.7
+++ b/man7/environ.7
@@ -31,7 +31,7 @@
 .\" Modified Wed Jan 24 06:37:24 2001 by Eric S. Raymond (e...@thyrsus.com)
 .\" Modified Thu Dec 13 23:53:27 2001 by Martin Schulze <j...@infodrom.org>
 .\"
-.TH ENVIRON 7 2009-07-25 "Linux" "Linux Programmer's Manual"
+.TH ENVIRON 7 2014-01-18 "Linux" "Linux Programmer's Manual"
 .SH NAME
 environ \- user environment
 .SH SYNOPSIS
@@ -76,15 +76,19 @@ from the password file
 The name of a locale to use for locale categories when not overridden
 by
 .B LC_ALL
-or more specific environment variables like
+or more specific environment variables such as
 .BR LC_COLLATE ,
 .BR LC_CTYPE ,
 .BR LC_MESSAGES ,
 .BR LC_MONETARY ,
 .BR LC_NUMERIC ,
-.BR LC_TIME ,
-cf.
-.BR locale (5).
+and
+.BR LC_TIME
+(see
+.BR locale (7)
+for further details of the
+.BR LC_*
+environment variables).
 .TP
 .B PATH
 The sequence of directory prefixes that
@@ -146,8 +150,11 @@ A random collection:
 The variables
 .BR LANG ", " LANGUAGE ", " NLSPATH ", " LOCPATH ", "
 .BR LC_ALL ", " LC_MESSAGES ", "
-etc. influence locale handling, cf.
-.BR locale (5).
+and so on influence locale handling; see
+.BR catopen (3),
+.BR gettext (3),
+and
+.BR locale (7).
 .LP
 .B TMPDIR
 influences the path prefix of names created by
@@ -251,4 +258,4 @@ should consider renaming their option to
 .BR putenv (3),
 .BR setenv (3),
 .BR unsetenv (3),
-.BR locale (5)
+.BR locale (7)

On Sat, Jan 18, 2014 at 10:53 PM, Michael Kerrisk (man-pages)
<mtk.manpa...@gmail.com> wrote:
> My apologies. They are described in the *locale(7)* page.
>
> On Sat, Jan 18, 2014 at 10:51 PM, Michael Kerrisk (man-pages)
> <mtk.manpa...@gmail.com> wrote:
>> LANG and LANGUAGE certainly *are* described in the upstream locale(5) 
>> page....
>>
>> On Sat, Jan 18, 2014 at 11:13 AM, Simon Paillard <spaill...@debian.org> 
>> wrote:
>>> Control: -1 retitle locale(5) should describe LANG and LANGUAGE
>>>
>>> Hi,
>>>
>>> On Wed, Aug 17, 2011 at 04:18:03PM +0200, Gioele Barabucci wrote:
>>>> Package: manpages
>>>> Version: 3.23
>>>>
>>>> The man page for `locale(1)` do not describe the LANG and LANGUAGE
>>>> environment variables.
>>>
>>> Note locale(1) is not from manpages package:
>>> libc-bin: /usr/share/man/man1/locale.1.gz
>>>
>>>> `environ(7)` describes only LANG and refers to `locale(5)` for further
>>>> explaination. `locale(5)` do not describe neither LANG or LANGUAGE.
>>>>
>>>> Both LANG and LANGUAGE are described in LSB 4.0, although not in depth.
>>>>
>>>> Shouldn't the meaning and the format of LANG and LANGUAGE and the
>>>> difference between these two environment variables be explained in
>>>> `locale` manpages?
>>>
>>>
>>> --
>>> Simon Paillard
>>>
>>
>>
>>
>> --
>> Michael Kerrisk
>> Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
>> Linux/UNIX System Programming Training: http://man7.org/training/
>
>
>
> --
> Michael Kerrisk
> Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
> Linux/UNIX System Programming Training: http://man7.org/training/



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to