diff options
author | ache <ache@FreeBSD.org> | 2004-01-31 23:29:20 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-01-31 23:29:20 +0000 |
commit | 304ce988d4f2fecad86de2088c5d273d920053c1 (patch) | |
tree | 4e04ca7a73ad9fd11b3cf415c04e81c6b57bbae1 | |
parent | a3a1377ebf68392ccb24e2915b021e335f384c89 (diff) | |
download | FreeBSD-src-304ce988d4f2fecad86de2088c5d273d920053c1.zip FreeBSD-src-304ce988d4f2fecad86de2088c5d273d920053c1.tar.gz |
Clarify more about LC_*/LANG priorities.
-rw-r--r-- | share/man/man7/environ.7 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man7/environ.7 b/share/man/man7/environ.7 index dedd182..ef8dea5 100644 --- a/share/man/man7/environ.7 +++ b/share/man/man7/environ.7 @@ -87,16 +87,19 @@ from the password file .It Ev LANG This variable configures all programs which use .Xr setlocale 3 -to use the specified locale. +to use the specified locale unless the +.Ev LC_* +variables are set. .It Ev LC_ALL Overrides the values of .Ev LC_COLLATE , .Ev LC_CTYPE , .Ev LC_MESSAGES , .Ev LC_MONETARY , -.Ev LC_NUMERIC +.Ev LC_NUMERIC , +.Ev LC_TIME and -.Ev LC_TIME . +.Ev LANG . .It Ev LC_COLLATE Locale to be used for ordering of strings. .It Ev LC_CTYPE |