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=2cbcdc66de758364a63e9c6e0d4e5ed8af002267;hb=a8ca47227d1ab716ba928d8b9334b655ca5a840c;hpb=34511ca7b166b0e89d08ff9870b0cf2624a7815f diff --git a/man/locale.conf.xml b/man/locale.conf.xml index 2cbcdc66d..67bcc18e2 100644 --- a/man/locale.conf.xml +++ b/man/locale.conf.xml @@ -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