aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorKen Moffat <ken@linuxfromscratch.org>2006-03-30 12:23:20 +0000
committerKen Moffat <ken@linuxfromscratch.org>2006-03-30 12:23:20 +0000
commit7f6e6e913332a699e911f8fde816149d3b7ed235 (patch)
tree44a3f689ed8503696aed6103656f43a9f6a1c102 /chapter06
parentb0f889cbd63020a8a79c7addb737826cf5184448 (diff)
Correct my wrong UTF-8 comment.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7476 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/man-db.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml
index cbbe861d2..1b9c052c5 100644
--- a/chapter06/man-db.xml
+++ b/chapter06/man-db.xml
@@ -119,10 +119,12 @@ EOF</userinput></screen>
<para>Some packages provide UTF-8 man pages which this version of
<command>man</command> is unable to display. The following script will
allow some of these to be converted into the expected encodings shown in
- the table below. It will not help if you are using a UTF-8 locale.
- Because this script is intended for limited use during the system build,
- for public data, we will not bother with error checking, nor use a
- non-predictable temporary file name.</para>
+ the table below. Man-DB expects the manual pages to be in the encodings
+ in the table, and will convert them as necessary to the actual locale
+ encoding when it displays them, so that they will display in both UTF-8
+ and traditional locales. Because this script is intended for limited use
+ during the system build, for public data, we will not bother with error
+ checking, nor use a non-predictable temporary file name.</para>
<screen><userinput>cat &gt;&gt;convert-mans &lt;&lt;"EOF"
<literal>#!/bin/sh -e