From a5c2a55d93ea5ec6677410285628344c4e322d9e Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 31 Jan 2004 23:29:20 +0000 Subject: [PATCH] Clarify more about LC_*/LANG priorities. --- share/man/man7/environ.7 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/share/man/man7/environ.7 b/share/man/man7/environ.7 index dedd1823429b..ef8dea5853bf 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