aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-11-12 12:32:55 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-11-12 12:32:55 +0000
commit82aac7406d666b9a0a8f69d3f854fd8b00c2949e (patch)
treeaaf31b2effce3407e314a83beec91168396a3531 /chapter07
parentc45b780761ea397cd8a6a008eaa179c7102679dc (diff)
Added a nodump attribute.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7146 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/profile.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/profile.xml b/chapter07/profile.xml
index 270142a1a..5db1976de 100644
--- a/chapter07/profile.xml
+++ b/chapter07/profile.xml
@@ -87,7 +87,7 @@ will print:</para>
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><userinput>LC_ALL=[locale name] locale country
+<screen role="nodump"><userinput>LC_ALL=[locale name] locale country
LC_ALL=[locale name] locale language
LC_ALL=[locale name] locale charmap
LC_ALL=[locale name] locale int_curr_symbol
@@ -140,7 +140,7 @@ EOF</userinput></screen>
(the recommended one for United States English users) locales are
different.</para></note>
-<para>Setting the keyboard layout, screen font, and
+<para>Setting the keyboard layout, screen font, and
locale-related environment variables are the only internationalization
steps needed to support locales that use ordinary single-byte
encodings and left-to-right writing direction. More complex cases