environ.7: Correct reference to locale(7) (not locale(5))

locale(7) is the right place for details of the LC_*
environment variables.

See http://bugs.debian.org/638186

Reported-by: Gioele Barabucci <gioele@svario.it>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-01-18 23:05:20 +13:00
parent 342a96c6cd
commit d4d91728d7
1 changed files with 9 additions and 5 deletions

View File

@ -31,7 +31,7 @@
.\" Modified Wed Jan 24 06:37:24 2001 by Eric S. Raymond (esr@thyrsus.com)
.\" Modified Thu Dec 13 23:53:27 2001 by Martin Schulze <joey@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
@ -82,9 +82,13 @@ or more specific environment variables such as
.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
@ -251,4 +255,4 @@ should consider renaming their option to
.BR putenv (3),
.BR setenv (3),
.BR unsetenv (3),
.BR locale (5)
.BR locale (7)