mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
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:
parent
876ad7f28a
commit
09bd4be111
@ -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] -->
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user