aboutsummaryrefslogtreecommitdiffstats
path: root/chapter09/profile.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-12 20:42:32 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-12 20:42:32 +0000
commita3d0817020eee2b1ea6ebfe10f3a0ea9e26829be (patch)
tree8464f035c71b9e91c990550b89cc3769f676ccc6 /chapter09/profile.xml
parent96f04d7906bb26ba31cc35c35e4cc82261bbad1d (diff)
Text updated for cross2 chapter 9
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11928 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09/profile.xml')
-rw-r--r--chapter09/profile.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter09/profile.xml b/chapter09/profile.xml
index 226dd9fac..ec39d3a30 100644
--- a/chapter09/profile.xml
+++ b/chapter09/profile.xml
@@ -103,8 +103,8 @@ LC_ALL=&lt;locale name&gt; locale int_prefix</userinput></screen>
encoding used by the locale, the local currency, and the prefix to dial
before the telephone number in order to get into the country. If any of the
commands above fail with a message similar to the one shown below, this means
- that your locale was either not installed in Chapter&nbsp;6 or is not supported by
- the default installation of Glibc.</para>
+ that your locale was either not installed in <xref linkend="ch-system-glibc"/>
+ or is not supported by the default installation of Glibc.</para>
<screen><computeroutput>locale: Cannot set LC_* to default locale: No such file or directory</computeroutput></screen>
@@ -114,7 +114,7 @@ LC_ALL=&lt;locale name&gt; locale int_prefix</userinput></screen>
Glibc.</para>
<!-- FIXME: the xlib example will became obsolete real soon -->
- <para>Some packages beyond LFS may also lack support for your chosen locale. One
+ <!--<para>Some packages beyond LFS may also lack support for your chosen locale. One
example is the X library (part of the X Window System), which outputs the
following error message if the locale does not exactly match one of the character
map names in its internal files:</para>
@@ -128,7 +128,7 @@ LC_ALL=&lt;locale name&gt; locale int_prefix</userinput></screen>
by running the <command>locale charmap</command> command in both locales.
For example, one would have to change "de_DE.ISO-8859-15@euro" to
"de_DE@euro" in order to get this locale recognized by Xlib.</para>
-
+-->
<para>Other packages can also function incorrectly (but may not necessarily
display any error messages) if the locale name does not meet their expectations.
In those cases, investigating how other Linux distributions support your locale
@@ -145,7 +145,7 @@ export LANG=<replaceable>&lt;ll&gt;_&lt;CC&gt;.&lt;charmap&gt;&lt;@modifiers&gt;
# End /etc/profile</literal>
EOF</userinput></screen>
- <para>The <quote>C</quote> (default) and <quote>en_US</quote> (the recommended
+ <para>The <quote>C</quote> (default) and <quote>en_US.utf8</quote> (the recommended
one for United States English users) locales are different. <quote>C</quote>
uses the US-ASCII 7-bit character set, and treats bytes with the high bit set
as invalid characters. That's why, e.g., the <command>ls</command> command