PDF fixes: Added keep-together PI to long screen blocks.

Bu sure that all sceen lines have <78 characteres.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6838 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Manuel Canales Esparcia 2007-07-06 21:22:19 +00:00
parent 5230b40817
commit 8e377985a5
14 changed files with 20 additions and 19 deletions

View File

@ -30,7 +30,7 @@
<ulink url="&files-anduin;/compressdoc"/> (the file should be installed in
the <filename class="directory">/usr/sbin</filename> directory).</para>
<screen role="root"><userinput>cat &gt; /usr/sbin/compressdoc &lt;&lt; "EOF"
<screen role="root"><?dbfo keep-together="auto"?><userinput>cat &gt; /usr/sbin/compressdoc &lt;&lt; "EOF"
<literal>#!/bin/bash
# VERSION: 20060311.0028
#

View File

@ -88,7 +88,7 @@
bash</command> -- <emphasis role="strong">Node: Printing a
Prompt</emphasis>.</para>
<screen role="root"><userinput>cat &gt; /etc/profile &lt;&lt; "EOF"
<screen role="root"><?dbfo keep-together="auto"?><userinput>cat &gt; /etc/profile &lt;&lt; "EOF"
<literal># Begin /etc/profile
# Written for Beyond Linux From Scratch
# by James Robertson &lt;jameswrobertson@earthlink.net&gt;

View File

@ -177,7 +177,7 @@
Linux 2.4 Packet Filtering HOWTO</ulink>. It is still applicable
to the Linux 2.6 kernels.</para>
<screen role="root"><userinput>cat &gt; /etc/rc.d/rc.iptables &lt;&lt; "EOF"
<screen role="root"><?dbfo keep-together="auto"?><userinput>cat &gt; /etc/rc.d/rc.iptables &lt;&lt; "EOF"
<literal>#!/bin/sh
# Begin $rc_base/rc.iptables
@ -283,7 +283,7 @@ chmod 700 /etc/rc.d/rc.iptables</userinput></screen>
makes a daemon on your system crash, or even worse, that implements
a worm via a buffer-overflow).</para>
<screen role="root"><userinput>cat &gt; /etc/rc.d/rc.iptables &lt;&lt; "EOF"
<screen role="root"><?dbfo keep-together="auto"?><userinput>cat &gt; /etc/rc.d/rc.iptables &lt;&lt; "EOF"
<literal>#!/bin/sh
# Begin $rc_base/rc.iptables

View File

@ -172,7 +172,7 @@ makeinfo --plaintext -o doc/heimdal.txt doc/heimdal.texi</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>mv -v /usr/include/fnmatch.h /usr/include/fnmatch.h.glibc &amp;&amp;
<screen role="root"><?dbfo keep-together="auto"?><userinput>mv -v /usr/include/fnmatch.h /usr/include/fnmatch.h.glibc &amp;&amp;
mv -v /usr/include/glob.h /usr/include/glob.h.glibc &amp;&amp;
mv -v /usr/include/ss/ss.h /usr/include/ss/ss.h.e2fsprogs &amp;&amp;
@ -242,7 +242,7 @@ install -v -m644 doc/heimdal.{dvi,ps,pdf,html,txt} \
<application>E2fsprogs</application> package. These commands rename the
original files before the installation, and then restore them (after
renaming the new <application>Heimdal</application> files) after the
installation.</para>
installation.</para>
<para><parameter>--libexecdir=/usr/sbin</parameter>: This switch
puts the daemon programs into

View File

@ -102,7 +102,7 @@
package, then build a new <filename>latex.fmt</filename> file using the
following commands:</para>
<screen role="root"><userinput>sed -i.orig -e "s/original texmf.cnf/modified texmf.cnf/" \
<screen role="root"><?dbfo keep-together="auto"?><userinput>sed -i.orig -e "s/original texmf.cnf/modified texmf.cnf/" \
-e "s/memory hog.../&amp;\npool_size.context = 750000/" \
$(kpsewhich texmf.cnf) &amp;&amp;
cat &gt;&gt; $(kpsewhich texmf.cnf) &lt;&lt; "EOF"

View File

@ -88,7 +88,7 @@ cp -v -af docbook.cat *.dtd ent/ *.mod \
<filename>/etc/xml/docbook</filename> catalog file by running the following
commands as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>if [ ! -e /etc/xml/docbook ]; then
<screen role="root"><?dbfo keep-together="auto"?><userinput>if [ ! -e /etc/xml/docbook ]; then
xmlcatalog --noout --create /etc/xml/docbook
fi &amp;&amp;
xmlcatalog --noout --add "public" \

View File

@ -240,7 +240,7 @@ cp /etc/localtime /srv/named/etc</userinput></screen>
<command>named</command> will read the location of zone files, root
name servers and secure DNS keys:</para>
<screen role="root"><userinput>cat &gt; /srv/named/etc/named.conf &lt;&lt; "EOF"
<screen role="root"><?dbfo keep-together="auto"?><userinput>cat &gt; /srv/named/etc/named.conf &lt;&lt; "EOF"
<literal> options {
directory "/etc/namedb";
pid-file "/var/run/named.pid";

View File

@ -164,7 +164,7 @@ make</userinput></screen>
consult the website at <ulink url="http://www.proftpd.org/"/> for
example configurations.</para>
<screen role="root"><userinput>cat &gt; /etc/proftpd.conf &lt;&lt; "EOF"
<screen role="root"><?dbfo keep-together="auto"?><userinput>cat &gt; /etc/proftpd.conf &lt;&lt; "EOF"
<literal># This is a basic ProFTPD configuration file
# It establishes a single server and a single anonymous login.

View File

@ -146,7 +146,7 @@ EOF</userinput></screen>
alternative: <command>ssh</command>.</para>
</note>
<screen role="root"><userinput>install -v -d -m755 /etc/xinetd.d &amp;&amp;
<screen role="root"><?dbfo keep-together="auto"?><userinput>install -v -d -m755 /etc/xinetd.d &amp;&amp;
cat &gt; /etc/xinetd.d/login &lt;&lt; "EOF" &amp;&amp;
<literal># Begin /etc/xinetd.d/login

View File

@ -239,7 +239,7 @@ cd ../xcbuild &amp;&amp;
out with the default settings shown.</para>
</note>
<screen><userinput>cat &gt; config/cf/host.def &lt;&lt; "EOF"
<screen><?dbfo keep-together="auto"?><userinput>cat &gt; config/cf/host.def &lt;&lt; "EOF"
<literal>/* Begin XFree86 host.def file */
/* COMPILER SETTINGS
@ -268,9 +268,9 @@ cd ../xcbuild &amp;&amp;
*
#define XF86CardDrivers mga glint nv tga s3 s3virge sis xgi rendition \
neomagic i740 tdfx savage cirrus vmware tseng \
trident chips aspeed apm GlideDriver i128 NscDriver \
ati i810 AgpGartDrivers DevelDrivers ark cyrix \
siliconmotion via fbdev vesa vga dummy \
trident chips aspeed apm GlideDriver i128 \
NscDriver ati i810 AgpGartDrivers DevelDrivers ark \
cyrix siliconmotion via fbdev vesa vga dummy \
XF86OSCardDrivers XF86ExtraCardDrivers
*/

View File

@ -84,7 +84,8 @@ make</userinput></screen>
<screen role="root"><userinput>make install &amp;&amp;
install -dv -m755 $XORG_PREFIX/share/doc/xkeyboard-config-&xkeyboard-config-version; &amp;&amp;
install -v -m644 docs/{README,HOWTO}* $XORG_PREFIX/share/doc/xkeyboard-config-&xkeyboard-config-version;</userinput></screen>
install -v -m644 docs/{README,HOWTO}* \
$XORG_PREFIX/share/doc/xkeyboard-config-&xkeyboard-config-version;</userinput></screen>
</sect2>

View File

@ -109,7 +109,7 @@
<filename>.mozconfig</filename>). Create the file by issuing the following
command:</para>
<screen><userinput>cat &gt; .mozconfig &lt;&lt; "EOF"
<screen><?dbfo keep-together="auto"?><userinput>cat &gt; .mozconfig &lt;&lt; "EOF"
<literal># This file contains the options used in the Firefox build. You may
# need to specify additional options for your specific build needs.
# Use the information provided by running './configure --help' to

View File

@ -154,7 +154,7 @@
<filename>.mozconfig</filename>). Create the file by issuing the following
command:</para>
<screen><userinput>cat &gt; .mozconfig &lt;&lt; "EOF"
<screen><?dbfo keep-together="auto"?><userinput>cat &gt; .mozconfig &lt;&lt; "EOF"
<literal># This file contains the options used in the SeaMonkey build. You may
# need to specify additional options for your specific build needs.
# Use the information provided by running './configure --help' to

View File

@ -131,7 +131,7 @@
<filename>.mozconfig</filename>). Create the file by issuing the following
command:</para>
<screen><userinput>cat &gt; .mozconfig &lt;&lt; "EOF"
<screen><?dbfo keep-together="auto"?><userinput>cat &gt; .mozconfig &lt;&lt; "EOF"
<literal># This file contains the options used in the Thunderbird build. You may
# need to specify additional options for your specific build needs.
# Use the information provided by running './configure --help' to