summaryrefslogtreecommitdiff
path: root/man/locale.conf.xml
diff options
context:
space:
mode:
Diffstat (limited to 'man/locale.conf.xml')
-rw-r--r--man/locale.conf.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/man/locale.conf.xml b/man/locale.conf.xml
index fe263fcfd8..df19f1a435 100644
--- a/man/locale.conf.xml
+++ b/man/locale.conf.xml
@@ -32,7 +32,8 @@
<para>The basic file format of <filename>locale.conf</filename> is
a newline-separated list of environment-like shell-compatible
- variable assignments. It is possible to source the configuration
+ variable assignments, ignoring comments and empty lines.
+ It is possible to source the configuration
from shell scripts, however, beyond mere variable assignments, no
shell features are supported, allowing applications to read the
file without implementing a shell compatible execution
@@ -107,7 +108,9 @@
<para><filename>/etc/locale.conf</filename>:</para>
- <programlisting>LANG=de_DE.UTF-8
+ <programlisting># Custom settings
+
+LANG=de_DE.UTF-8
LC_MESSAGES=en_US.UTF-8</programlisting>
</example>