diff options
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> |