Tags corrections.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7541 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2006-04-20 17:53:32 +00:00
parent d8af60f758
commit 70b0e4d231

View File

@ -128,8 +128,7 @@ do
shift shift
iconv -f "$FROM" -t "$TO" "$FILE" >.tmp.iconv iconv -f "$FROM" -t "$TO" "$FILE" >.tmp.iconv
mv .tmp.iconv "$FILE" mv .tmp.iconv "$FILE"
done done</literal>
</literal>
EOF EOF
install -m755 convert-mans /usr/bin</userinput></screen> install -m755 convert-mans /usr/bin</userinput></screen>
@ -152,8 +151,8 @@ install -m755 convert-mans /usr/bin</userinput></screen>
Man-DB does not understand man pages stored in UTF-8. And, for our Man-DB does not understand man pages stored in UTF-8. And, for our
purposes, Man-DB is preferable to Man as it works without extra purposes, Man-DB is preferable to Man as it works without extra
configuration in any locale. Lastly, as of now, there is no fully-working configuration in any locale. Lastly, as of now, there is no fully-working
implementation of the RedHat convention. RedHat's groff is known to implementation of the RedHat convention. RedHat's <command>groff</command>
misformat text.</para> is known to misformat text.</para>
<para>The relationship between language codes and the expected encoding <para>The relationship between language codes and the expected encoding
of manual pages is listed below. Man-DB automatically converts them to of manual pages is listed below. Man-DB automatically converts them to
@ -298,8 +297,9 @@ cp -rv man? /usr/share/man/fr</userinput></screen>
<para>If upstream distributes manual pages in UTF-8 (i.e., <quote>for <para>If upstream distributes manual pages in UTF-8 (i.e., <quote>for
RedHat</quote>) instead of the encoding listed in the table above, they RedHat</quote>) instead of the encoding listed in the table above, they
have to be converted from UTF-8 to the encoding listed in the table before have to be converted from UTF-8 to the encoding listed in the table before
installation. This can be achieved with convert-mans, e.g., Spanish manual installation. This can be achieved with <command>convert-mans</command>,
pages (<ulink url="http://ditec.um.es/~piernas/manpages-es/man-pages-es-1.55.tar.bz2"/>) e.g., Spanish manual pages (<ulink
url="http://ditec.um.es/~piernas/manpages-es/man-pages-es-1.55.tar.bz2"/>)
can be installed with the following commands:</para> can be installed with the following commands:</para>
<screen role="nodump"><userinput>mv man7/iso_8859-7.7{,X} <screen role="nodump"><userinput>mv man7/iso_8859-7.7{,X}