Author: bdubbs
Date: 2009-01-15 00:20:24 -0700 (Thu, 15 Jan 2009)
New Revision: 8782

Modified:
   trunk/BOOK/bootscripts/lfs/init.d/checkfs
   trunk/BOOK/chapter06/man-db.xml
   trunk/BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/table.xsl
Log:
Minor changes for consistent pdf generation

Modified: trunk/BOOK/bootscripts/lfs/init.d/checkfs
===================================================================
--- trunk/BOOK/bootscripts/lfs/init.d/checkfs   2009-01-04 04:48:38 UTC (rev 
8781)
+++ trunk/BOOK/bootscripts/lfs/init.d/checkfs   2009-01-15 07:20:24 UTC (rev 
8782)
@@ -5,7 +5,7 @@
 # Description : File System Check
 #
 # Authors     : Gerard Beekmans - [email protected]
-#              A. Luebke - [email protected]
+#               A. Luebke - [email protected]
 #
 # Version     : 00.00
 #
@@ -86,7 +86,7 @@
                        echo_warning
                        boot_mesg -n "WARNING:\n\nFile system errors" ${WARNING}
                        boot_mesg -n " were found and have been been"
-                       boot_mesg -n " corrected, but the nature of the"
+                       boot_mesg -n " corrected, but the nature of the"
                        boot_mesg -n " errors require this system to be"
                        boot_mesg -n " rebooted.\n\nAfter you press enter,"
                        boot_mesg -n " this system will be rebooted"

Modified: trunk/BOOK/chapter06/man-db.xml
===================================================================
--- trunk/BOOK/chapter06/man-db.xml     2009-01-04 04:48:38 UTC (rev 8781)
+++ trunk/BOOK/chapter06/man-db.xml     2009-01-15 07:20:24 UTC (rev 8782)
@@ -151,9 +151,7 @@
 
     <!-- Origin: man-db-2.5.2/src/encodings.c -->
     <table>
-      <?dbfo keep-together="auto" ?>
 <title>Expected character encoding of legacy 8-bit manual pages</title>
-      <?dbfo keep-together="auto" ?>
       <?dbfo table-width="6in" ?>
 
       <tgroup cols="4">

Modified: trunk/BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/table.xsl
===================================================================
--- trunk/BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/table.xsl    
2009-01-04 04:48:38 UTC (rev 8781)
+++ trunk/BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/table.xsl    
2009-01-15 07:20:24 UTC (rev 8782)
@@ -248,7 +248,7 @@
                  xsl:use-attribute-sets="table.cell.padding">
     <xsl:if test="$xep.extensions != 0">
       <!-- Suggested by RenderX to workaround a bug in their implementation -->
-      <xsl:attribute name="keep-together.within-column">auto</xsl:attribute>
+      <xsl:attribute name="keep-together.within-column">always</xsl:attribute>
     </xsl:if>
     <xsl:if test="$rowsep &gt; 0">
       <xsl:call-template name="border">

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to