X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Flocale.conf.xml;h=b90efea50c3e910860f478f11aa78ab29cff21fd;hp=fa446a8e17fa79a563689cd39c7caddda95d075a;hb=ff5d32c875fe5507db2004d3c22fe77cbc7eab0d;hpb=ee48647271132188e9ecc3507e62b6c7c7a6c9eb diff --git a/man/locale.conf.xml b/man/locale.conf.xml index fa446a8e1..b90efea50 100644 --- a/man/locale.conf.xml +++ b/man/locale.conf.xml @@ -9,16 +9,16 @@ Copyright 2010 Lennart Poettering systemd is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. systemd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + Lesser General Public License for more details. - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . --> @@ -55,7 +55,9 @@ Description The /etc/locale.conf file - configures system-wide locale settings. + configures system-wide locale settings. It is read at + early-boot by + systemd1. The basic file format of locale.conf is a @@ -69,6 +71,7 @@ Note that the kernel command line options locale.LANG=, + locale.LANGUAGE=, locale.LC_CTYPE=, locale.LC_NUMERIC=, locale.LC_TIME=, @@ -86,7 +89,7 @@ The locale settings configured in /etc/locale.conf are system-wide and are inherited by every service or user, unless - overriden or unset by individual programs or + overridden or unset by individual programs or individual users. Depending on the operating system other @@ -101,6 +104,7 @@ The following locale settings may be set using /etc/locale.conf: LANG=, + LANGUAGE=, LC_CTYPE=, LC_NUMERIC=, LC_TIME=, @@ -117,6 +121,19 @@ this file. For details about the meaning and semantics of these settings, refer to locale7. + + + + Example + + + German locale with English messages + + /etc/locale.conf: + + LANG=de_DE.UTF-8 +LC_MESSAGES=C + @@ -124,7 +141,8 @@ See Also systemd1, - locale7 + locale7, + systemd-localed.service8