diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-11-12 12:49:00 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-11-12 12:49:00 +0000 |
commit | c834524658dc725cdb097d6fa4b3da4e37a43153 (patch) | |
tree | b54d1ea7439fac55772b0eeba2b0fa459092398a | |
parent | 56052ff216f17ef2590dc23f3d8ccde6d307c158 (diff) |
Tags fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7149 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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 5db1976de..c00bdd130 100644 --- a/chapter07/profile.xml +++ b/chapter07/profile.xml @@ -100,7 +100,7 @@ commands above fail with a message similar to the one shown below, this means that your locale was either not installed in Chapter 6 or is not supported by the default installation of Glibc.</para> -<para><computeroutput>locale: Cannot set LC_* to default locale: No such file or directory</computeroutput></para> +<screen><computeroutput>locale: Cannot set LC_* to default locale: No such file or directory</computeroutput></screen> <para>If this happens, you should either install the desired locale using the <command>localedef</command> command, or consider choosing a different locale. Further instructions assume that there are no such error messages from Glibc. @@ -110,7 +110,7 @@ Further instructions assume that there are no such error messages from Glibc. example is the X library (part of the X Window System), which outputs the following error message:</para> -<para><computeroutput>Warning: locale not supported by Xlib, locale set to C</computeroutput></para> +<screen><computeroutput>Warning: locale not supported by Xlib, locale set to C</computeroutput></screen> <para>Sometimes it is possible to fix this by removing the charmap part of the locale specification, as long as that does not change the character map that |