diff options
-rw-r--r-- | bootscripts/lfs/init.d/checkfs | 4 | ||||
-rw-r--r-- | chapter06/man-db.xml | 2 | ||||
-rw-r--r-- | stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/table.xsl | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/bootscripts/lfs/init.d/checkfs b/bootscripts/lfs/init.d/checkfs index 5a56c25e6..268598c37 100644 --- a/bootscripts/lfs/init.d/checkfs +++ b/bootscripts/lfs/init.d/checkfs @@ -5,7 +5,7 @@ # Description : File System Check # # Authors : Gerard Beekmans - gerard@linuxfromscratch.org -# A. Luebke - luebke@users.sourceforge.net +# A. Luebke - luebke@users.sourceforge.net # # Version : 00.00 # @@ -86,7 +86,7 @@ case "${1}" in 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" diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 51450de5c..889a476da 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -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"> diff --git a/stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/table.xsl b/stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/table.xsl index 238494204..a741c072e 100644 --- a/stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/table.xsl +++ b/stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/table.xsl @@ -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 > 0"> <xsl:call-template name="border"> |