X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Flocale.conf.xml;h=67bcc18e2af7b43aad8a94c62fe6d079d16517e4;hp=b90efea50c3e910860f478f11aa78ab29cff21fd;hb=17cd091332040b9a3658db9374440fce7805ca54;hpb=4aa6e7782a1b693a8e4fa1d84c87dd76fe1e536d diff --git a/man/locale.conf.xml b/man/locale.conf.xml index b90efea50..67bcc18e2 100644 --- a/man/locale.conf.xml +++ b/man/locale.conf.xml @@ -44,7 +44,7 @@ locale.conf - configuration file for locale settings + Configuration file for locale settings @@ -64,7 +64,7 @@ newline-separated list of environment-like shell-compatible variable assignments. It is possible to source the configuration from shell scripts, - however, beyond mere variable assignments no shell + however, beyond mere variable assignments, no shell features are supported, allowing applications to read the file without implementing a shell compatible execution engine. @@ -92,10 +92,17 @@ overridden or unset by individual programs or individual users. - Depending on the operating system other + Depending on the operating system, other configuration files might be checked for locale configuration as well, however only as fallback. + + localectl1 + may be used to alter the settings in this file during + runtime from the command line. Use + systemd-firstboot1 + to initialize them on mounted (but not booted) system + images. @@ -117,7 +124,7 @@ LC_TELEPHONE=, LC_MEASUREMENT=, LC_IDENTIFICATION=. Note that - LC_ALL may not be be configured in + LC_ALL may not be configured in this file. For details about the meaning and semantics of these settings, refer to locale7. @@ -129,10 +136,10 @@ German locale with English messages - /etc/locale.conf: + /etc/locale.conf: LANG=de_DE.UTF-8 -LC_MESSAGES=C +LC_MESSAGES=en_US.UTF-8 @@ -142,7 +149,9 @@ LC_MESSAGES=C systemd1, locale7, - systemd-localed.service8 + localectl1, + systemd-localed.service8, + systemd-firstboot1