diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-01-07 16:38:18 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-01-07 17:37:37 +0100 |
commit | 49fddcd355a1404913a0d2350cf5fd146e149631 (patch) | |
tree | dea195b6320eb9ce1bbab8536003b9c815e3aeaf /man/locale.conf.xml | |
parent | man: add missing example title in systemd.network(5) (diff) | |
download | systemd-49fddcd355a1404913a0d2350cf5fd146e149631.tar.xz systemd-49fddcd355a1404913a0d2350cf5fd146e149631.zip |
man: refer to os-release(5) for description of files in the same format
Diffstat (limited to 'man/locale.conf.xml')
-rw-r--r-- | man/locale.conf.xml | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/man/locale.conf.xml b/man/locale.conf.xml index df19f1a435..24be105d4f 100644 --- a/man/locale.conf.xml +++ b/man/locale.conf.xml @@ -30,14 +30,13 @@ system-wide locale settings. It is read at early boot by <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>.</para> - <para>The basic file format of <filename>locale.conf</filename> is - a newline-separated list of environment-like shell-compatible - 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 - engine.</para> + <para>The format of <filename>locale.conf</filename> is a newline-separated list of environment-like + shell-compatible 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 + engine. See + <citerefentry><refentrytitle>os-release</refentrytitle><manvolnum>5</manvolnum></citerefentry> for a + detailed description of the format.</para> <para>Note that the kernel command line options <varname>locale.LANG=</varname>, @@ -59,7 +58,7 @@ <para>The locale settings configured in <filename>/etc/locale.conf</filename> are system-wide and are inherited by every service or user, unless overridden or unset by - individual programs or individual users.</para> + individual programs or users.</para> <para>Depending on the operating system, other configuration files might be checked for locale configuration as well, however only as @@ -126,5 +125,4 @@ LC_MESSAGES=en_US.UTF-8</programlisting> <citerefentry><refentrytitle>systemd-firstboot</refentrytitle><manvolnum>1</manvolnum></citerefentry> </para> </refsect1> - </refentry> |