1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00

Clarify more about LC_*/LANG priorities.

This commit is contained in:
Andrey A. Chernov 2004-01-31 23:29:20 +00:00
parent 01623eaad2
commit a5c2a55d93
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125284

View File

@ -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