Changeset 09bd4be1


Ignore:
Timestamp:
08/04/2007 10:08:46 AM (17 years ago)
Author:
Ag Hatzimanikas <ag@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3b37f7e8
Parents:
876ad7f
Message:

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r876ad7f r09bd4be1  
    44-->
    55
    6 <!ENTITY day          "03">                   <!-- Always 2 digits -->
     6<!ENTITY day          "04">                   <!-- Always 2 digits -->
    77<!ENTITY month        "08">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
    99<!ENTITY version      "svn-&year;&month;&day;">
    10 <!ENTITY releasedate  "August &day;rd, &year;">
     10<!ENTITY releasedate  "August &day;th, &year;">
    1111<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1212<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genutils/imagemagick.xml

    r876ad7f r09bd4be1  
    204204    <title>Command Explanations</title>
    205205
    206     <para><command>sed -i "s/\xc3\xa9/\\\\['e]/"
    207     utilities/ImageMagick.1</command>: One man page is installed with character
    208     encoding not displayable using the <application>Man-db</application>
     206    <para><command>sed -i -e "..." -e "..."</command>: One man page is installed with
     207    character encoding not displayable using the <application>Man-db</application>
    209208    package. This command changes the offending bytes to characters
    210209    <command>man</command> can properly display.</para>
Note: See TracChangeset for help on using the changeset viewer.