diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-12-28 03:52:38 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-12-28 03:52:38 +0000 |
commit | 0d84af1cbb0dc825db3e965d5126e5b08f878067 (patch) | |
tree | 46feb76bec2b74f6ee78baa2ea65ea70ca6a8941 /chapter07/locale.xml | |
parent | 9fde3e965f7c86afb36186ec44167192a74b0d7a (diff) |
Typos and wording changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11343 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |