Fixed incorrect sed in command explanations, in ImageMagick instructions. Thanks to kratz00 for the report.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7013 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ag Hatzimanikas 2007-08-04 10:08:46 +00:00
parent 876ad7f28a
commit 09bd4be111
2 changed files with 4 additions and 5 deletions

View File

@ -3,11 +3,11 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "03"> <!-- Always 2 digits -->
<!ENTITY day "04"> <!-- Always 2 digits -->
<!ENTITY month "08"> <!-- Always 2 digits -->
<!ENTITY year "2007">
<!ENTITY version "svn-&year;&month;&day;">
<!ENTITY releasedate "August &day;rd, &year;">
<!ENTITY releasedate "August &day;th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->

View File

@ -203,9 +203,8 @@ make</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>sed -i "s/\xc3\xa9/\\\\['e]/"
utilities/ImageMagick.1</command>: One man page is installed with character
encoding not displayable using the <application>Man-db</application>
<para><command>sed -i -e "..." -e "..."</command>: One man page is installed with
character encoding not displayable using the <application>Man-db</application>
package. This command changes the offending bytes to characters
<command>man</command> can properly display.</para>