[Clfs-commits] commit: r4786 - in /trunk/BOOK: general.ent temp-system/64/file.xml temp-system/common/file.xml temp-system/multilib/file.xml

svn at cross-lfs.org svn at cross-lfs.org
Mon Mar 2 07:09:57 PST 2009


Author: jciccone
Date: Mon Mar  2 15:09:56 2009
New Revision: 4786

Log:
Fix duplicate tag to correct rendering error.

Modified:
    trunk/BOOK/general.ent
    trunk/BOOK/temp-system/64/file.xml
    trunk/BOOK/temp-system/common/file.xml
    trunk/BOOK/temp-system/multilib/file.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent (original)
+++ trunk/BOOK/general.ent Mon Mar  2 15:09:56 2009
@@ -2,7 +2,7 @@
 
 <!ENTITY month "03"> <!-- Use two digits -->
 <!ENTITY month_name "March">
-<!ENTITY day "01"> <!-- Use two digits -->
+<!ENTITY day "02"> <!-- Use two digits -->
 <!ENTITY year "2009"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

Modified: trunk/BOOK/temp-system/64/file.xml
==============================================================================
--- trunk/BOOK/temp-system/64/file.xml (original)
+++ trunk/BOOK/temp-system/64/file.xml Mon Mar  2 15:09:56 2009
@@ -31,11 +31,11 @@
 
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/file.xml"
-    xpointer="xpointer(//*[@os='p1'])"/>
+    xpointer="xpointer(//*[@os='ap1'])"/>
 
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/file.xml"
-    xpointer="xpointer(//*[@os='p2'])"/>
+    xpointer="xpointer(//*[@os='ap2'])"/>
 
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/file.xml"

Modified: trunk/BOOK/temp-system/common/file.xml
==============================================================================
--- trunk/BOOK/temp-system/common/file.xml (original)
+++ trunk/BOOK/temp-system/common/file.xml Mon Mar  2 15:09:56 2009
@@ -29,13 +29,13 @@
     href="../../final-system/common/file.xml"
     xpointer="xpointer(//*[@os='p2'])"/>
 
-    <para os="p1">The following patch will fix a compile issue that would prevent
+    <para os="ap1">The following patch will fix a compile issue that would prevent
     a proper creation of the <filename>magic.mgc</filename> file. This would
     show up as an error messsage.
     <computeroutput>ERROR: file: File &file-version; supports only 6 version
     magic files. `/tools/share/file/magic.mgc' is version 2</computeroutput>:</para>
 
-<screen os="p2"><userinput>patch -Np1 -i ../&file-cross_compile-patch;</userinput></screen>
+<screen os="ap2"><userinput>patch -Np1 -i ../&file-cross_compile-patch;</userinput></screen>
 
     <para os="a">Prepare File for compilation:</para>
 

Modified: trunk/BOOK/temp-system/multilib/file.xml
==============================================================================
--- trunk/BOOK/temp-system/multilib/file.xml (original)
+++ trunk/BOOK/temp-system/multilib/file.xml Mon Mar  2 15:09:56 2009
@@ -31,11 +31,11 @@
 
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/file.xml"
-    xpointer="xpointer(//*[@os='p1'])"/>
+    xpointer="xpointer(//*[@os='ap1'])"/>
 
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/file.xml"
-    xpointer="xpointer(//*[@os='p2'])"/>
+    xpointer="xpointer(//*[@os='ap2'])"/>
 
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/file.xml"




More information about the Clfs-commits mailing list