Author: manuel
Date: 2006-03-23 11:27:57 -0700 (Thu, 23 Mar 2006)
New Revision: 1314
Modified:
trunk/BOOK/bootscripts/common/profile.xml
Log:
Added nodump attributes to profile.xml
Modified: trunk/BOOK/bootscripts/common/profile.xml
===================================================================
--- trunk/BOOK/bootscripts/common/profile.xml 2006-03-22 22:26:47 UTC (rev
1313)
+++ trunk/BOOK/bootscripts/common/profile.xml 2006-03-23 18:27:57 UTC (rev
1314)
@@ -77,7 +77,7 @@
<para>The list of all locales supported by Glibc can be obtained by running
the following command:</para>
-<screen><userinput>locale -a</userinput></screen>
+<screen role="nodump"><userinput>locale -a</userinput></screen>
<para>Locales can have a number of synonyms, e.g. <quote>ISO-8859-1</quote>
is also referred to as <quote>iso8859-1</quote> and <quote>iso88591</quote>.
@@ -87,7 +87,7 @@
name]</replaceable> is the output given by <command>locale -a</command> for
your preferred locale (<quote>en_GB.iso88591</quote> in our example).</para>
-<screen><userinput>LC_ALL=<replaceable>[locale name]</replaceable> locale
charmap</userinput></screen>
+<screen role="nodump"><userinput>LC_ALL=<replaceable>[locale
name]</replaceable> locale charmap</userinput></screen>
<para>For the <quote>en_GB.iso88591</quote> locale, the above command
will print:</para>
@@ -98,7 +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><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
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page
|