Changeset 3a545576


Ignore:
Timestamp:
Mar 2, 2009, 7:09:56 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
f765af0
Parents:
bf252b7
Message:

Fix duplicate tag to correct rendering error.

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/general.ent

    rbf252b7 r3a545576  
    33<!ENTITY month "03"> <!-- Use two digits -->
    44<!ENTITY month_name "March">
    5 <!ENTITY day "01"> <!-- Use two digits -->
     5<!ENTITY day "02"> <!-- Use two digits -->
    66<!ENTITY year "2009"> <!-- Use four digits -->
    77
  • BOOK/temp-system/64/file.xml

    rbf252b7 r3a545576  
    3232  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3333    href="../common/file.xml"
    34     xpointer="xpointer(//*[@os='p1'])"/>
     34    xpointer="xpointer(//*[@os='ap1'])"/>
    3535
    3636  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3737    href="../common/file.xml"
    38     xpointer="xpointer(//*[@os='p2'])"/>
     38    xpointer="xpointer(//*[@os='ap2'])"/>
    3939
    4040  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/common/file.xml

    rbf252b7 r3a545576  
    3030    xpointer="xpointer(//*[@os='p2'])"/>
    3131
    32     <para os="p1">The following patch will fix a compile issue that would prevent
     32    <para os="ap1">The following patch will fix a compile issue that would prevent
    3333    a proper creation of the <filename>magic.mgc</filename> file. This would
    3434    show up as an error messsage.
     
    3636    magic files. `/tools/share/file/magic.mgc' is version 2</computeroutput>:</para>
    3737
    38 <screen os="p2"><userinput>patch -Np1 -i ../&file-cross_compile-patch;</userinput></screen>
     38<screen os="ap2"><userinput>patch -Np1 -i ../&file-cross_compile-patch;</userinput></screen>
    3939
    4040    <para os="a">Prepare File for compilation:</para>
  • BOOK/temp-system/multilib/file.xml

    rbf252b7 r3a545576  
    3232  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3333    href="../common/file.xml"
    34     xpointer="xpointer(//*[@os='p1'])"/>
     34    xpointer="xpointer(//*[@os='ap1'])"/>
    3535
    3636  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3737    href="../common/file.xml"
    38     xpointer="xpointer(//*[@os='p2'])"/>
     38    xpointer="xpointer(//*[@os='ap2'])"/>
    3939
    4040  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.