aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorDan Nichilson <dnicholson@linuxfromscratch.org>2006-07-10 05:11:16 +0000
committerDan Nichilson <dnicholson@linuxfromscratch.org>2006-07-10 05:11:16 +0000
commita85d4b9b1bf000cb6892ba8a8cfd479a2231d3f9 (patch)
treec3d7124a592903779aa9611192d63ed620e0954a /chapter07
parent916d00bc329b91965741258cb51e185f766e496b (diff)
Removed the "locale country" command from the profile page since
it doesn't produce results in all locales. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7650 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/profile.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter07/profile.xml b/chapter07/profile.xml
index 0db463e9d..4cfa2c7e7 100644
--- a/chapter07/profile.xml
+++ b/chapter07/profile.xml
@@ -98,8 +98,7 @@
It is important that the locale found using the heuristic above is tested prior
to it being added to the Bash startup files:</para>
-<screen role="nodump"><userinput>LC_ALL=&lt;locale name&gt; locale country
-LC_ALL=&lt;locale name&gt; locale language
+<screen role="nodump"><userinput>LC_ALL=&lt;locale name&gt; locale language
LC_ALL=&lt;locale name&gt; locale charmap
LC_ALL=&lt;locale name&gt; locale int_curr_symbol
LC_ALL=&lt;locale name&gt; locale int_prefix</userinput></screen>