diff options
Diffstat (limited to 'chapter07/locale.xml')
-rw-r--r-- | chapter07/locale.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter07/locale.xml b/chapter07/locale.xml index 3e6c2aa7a..b70f6d36b 100644 --- a/chapter07/locale.xml +++ b/chapter07/locale.xml @@ -118,9 +118,9 @@ LC_ALL=<locale name> locale int_prefix</userinput></screen> <literal>LANG=<replaceable><ll>_<CC>.<charmap><@modifiers></replaceable></literal> EOF</userinput></screen> - <para>Note that you can modify <filename>/etc/locale.conf</filename> with - systemd <command>localectl</command> utility. To use <command>localectl</command> - for the example above, run:</para> + <para>Note that you can modify <filename>/etc/locale.conf</filename> with the + systemd <command>localectl</command> utility. To use + <command>localectl</command> for the example above, run:</para> <screen role="nodump"><userinput>localectl set-locale LANG="<replaceable><ll>_<CC>.<charmap><@modifiers></replaceable>"</userinput></screen> @@ -132,8 +132,8 @@ EOF</userinput></screen> <screen role="nodump"><userinput>localectl set-locale LANG="en_US.UTF-8" LC_CTYPE="en_US"</userinput></screen> - <note><para>Please note that <command>localectl</command> command can - be used only on a system booted with systemd.</para></note> + <note><para>Please note that the <command>localectl</command> command can + be used only on a system booted with systemd.</para></note> <para>The <quote>C</quote> (default) and <quote>en_US</quote> (the recommended one for United States English users) locales are different. <quote>C</quote> |