Fixed the wording for the Xorg-7 man page fixes

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6597 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Dan Nichilson 2007-02-11 07:31:31 +00:00
parent 2bec836415
commit e6e8869ba9

View File

@ -90,10 +90,11 @@ wget -B http://xorg.freedesktop.org/releases/individual/driver/ \
<application>xf86-video-fbdev</application>,
<application>xf86-video-glint</application>, and
<application>xf86-video-newport</application> packages install
man pages with character encoding not displayable using the
<application>Man-db</application> package. Issue the following command
before building these packages to change the offending encoding to
characters <command>man</command> can properly display.</para>
man pages in UTF-8 encoding, and they will not display correctly
using <application>Man-DB</application>. Issue the following
command before building these packages to replace the offending
characters with ones that <command>man</command> can properly
display.</para>
<screen><userinput>sed -i -e "s/\xc3\xb8/\\\\[\/o]/" \
-e "s/\xc3\xa4/\\\\[:a]/" \