diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-08 19:40:42 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-08 19:40:42 +0000 |
commit | 0ebe9fa45e76f5ec30311fefd864ca1f37683432 (patch) | |
tree | 668d3d1c0f3a5aee0cdc24f6086460a1ca26232c /chapter07/profile.xml | |
parent | 50993e3328b6805cf541d612bac341220b460457 (diff) |
Added the last nodump attributes (I hope.)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6984 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/profile.xml')
-rw-r--r-- | chapter07/profile.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/profile.xml b/chapter07/profile.xml index 98faa3457..5748762cb 100644 --- a/chapter07/profile.xml +++ b/chapter07/profile.xml @@ -65,7 +65,7 @@ canonical charmap for your chosen locale.</para> <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>. @@ -76,7 +76,7 @@ canonical name, run the following command, where <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> |