diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-04-05 19:03:40 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-04-05 19:03:40 +0000 |
commit | 1652151de9125c3833f105f68e11a7a043f30aee (patch) | |
tree | c6cc6e0c79fefba166b122130e65f68703e14615 /chapter06 | |
parent | 9e85ca23f4e4297faa57808098b5d0211f58d4ef (diff) |
Fixes for PDF output.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8015 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/m4.xml | 3 | ||||
-rw-r--r-- | chapter06/man-db.xml | 6 | ||||
-rw-r--r-- | chapter06/shadow.xml | 6 | ||||
-rw-r--r-- | chapter06/udev.xml | 10 |
4 files changed, 17 insertions, 8 deletions
diff --git a/chapter06/m4.xml b/chapter06/m4.xml index a5127583e..4a66b0c1e 100644 --- a/chapter06/m4.xml +++ b/chapter06/m4.xml @@ -69,7 +69,8 @@ <?dbhtml list-presentation="table"?> <varlistentry id="m4"> - <term><command>m4</command></term> + <!-- Don't remove the extra space, it prevet a FOP warning. --> + <term><command>m4 </command></term> <listitem> <para>copies the given files while expanding the macros that they contain. These macros are either built-in or user-defined and can diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 8025f8469..800729a2f 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -163,8 +163,12 @@ install -m755 convert-mans /usr/bin</userinput></screen> <!-- Origin: man-db-2.4.3/src/encodings.c --> <table> <title>Expected character encoding of manual pages</title> + <?dbfo table-width="50%" ?> - <tgroup cols="2"> + <tgroup cols="2" align="center"> + + <colspec colnum="1" colwidth="2in"/> + <colspec colnum="2" colwidth="2in"/> <thead> <row> diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 4ea7d8f79..91f614110 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -51,7 +51,8 @@ <para>Prepare Shadow for compilation:</para> -<screen><userinput>./configure --libdir=/lib --sysconfdir=/etc --enable-shared --without-selinux</userinput></screen> +<screen><userinput>./configure --libdir=/lib --sysconfdir=/etc --enable-shared \ + --without-selinux</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> @@ -108,7 +109,8 @@ convert-mans UTF-8 ISO-8859-9 man/tr/*.?</userinput></screen> <note> <para>If you built Shadow with Cracklib support, run the following:</para> -<screen role="nodump"><userinput>sed -i 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' etc/login.defs</userinput></screen> +<screen role="nodump"><userinput>sed -i 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' \ + etc/login.defs</userinput></screen> </note> <para>Compile the package:</para> diff --git a/chapter06/udev.xml b/chapter06/udev.xml index d31ccae74..70da75ca7 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -54,8 +54,9 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen> <para>Compile the package:</para> <screen><userinput>make EXTRAS="extras/ata_id extras/cdrom_id extras/edd_id \ - extras/firmware extras/floppy extras/path_id extras/rule_generator \ - extras/scsi_id extras/usb_id extras/volume_id"</userinput></screen> + extras/firmware extras/floppy extras/path_id \ + extras/rule_generator extras/scsi_id extras/usb_id \ + extras/volume_id"</userinput></screen> <variablelist> <title>The meaning of the make option:</title> @@ -80,8 +81,9 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen> <screen><userinput>make DESTDIR=/ \ EXTRAS="extras/ata_id extras/cdrom_id extras/edd_id \ - extras/firmware extras/floppy extras/path_id extras/rule_generator \ - extras/scsi_id extras/usb_id extras/volume_id" install</userinput></screen> + extras/firmware extras/floppy extras/path_id \ + extras/rule_generator extras/scsi_id \ + extras/usb_id extras/volume_id" install</userinput></screen> <variablelist> <title>The meaning of the make parameter:</title> |