X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Flocale.conf.xml;h=0c4d351ec7440543ee5a5bfb4dbf790af4a934a7;hb=b43f208f78666fd27e274daa946ae57becd59dd6;hp=fa446a8e17fa79a563689cd39c7caddda95d075a;hpb=ee48647271132188e9ecc3507e62b6c7c7a6c9eb;p=elogind.git diff --git a/man/locale.conf.xml b/man/locale.conf.xml index fa446a8e1..0c4d351ec 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 . --> @@ -69,6 +69,7 @@ Note that the kernel command line options locale.LANG=, + locale.LANGUAGE=, locale.LC_CTYPE=, locale.LC_NUMERIC=, locale.LC_TIME=, @@ -86,7 +87,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 +102,7 @@ The following locale settings may be set using /etc/locale.conf: LANG=, + LANGUAGE=, LC_CTYPE=, LC_NUMERIC=, LC_TIME=, @@ -117,6 +119,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 +