Fixes for PDF output.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8015 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2007-04-05 19:03:40 +00:00
parent 9e85ca23f4
commit 1652151de9
7 changed files with 28 additions and 20 deletions

View File

@ -59,7 +59,8 @@ cd ../binutils-build</userinput></screen>
<para>Now prepare Binutils for compilation:</para> <para>Now prepare Binutils for compilation:</para>
<screen><userinput>CC="gcc -B/usr/bin/" ../binutils-&binutils-version;/configure --prefix=/tools --disable-nls</userinput></screen> <screen><userinput>CC="gcc -B/usr/bin/" ../binutils-&binutils-version;/configure \
--prefix=/tools --disable-nls</userinput></screen>
<variablelist> <variablelist>
<title>The meaning of the configure options:</title> <title>The meaning of the configure options:</title>

View File

@ -69,7 +69,8 @@
<?dbhtml list-presentation="table"?> <?dbhtml list-presentation="table"?>
<varlistentry id="m4"> <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> <listitem>
<para>copies the given files while expanding the macros that they <para>copies the given files while expanding the macros that they
contain. These macros are either built-in or user-defined and can contain. These macros are either built-in or user-defined and can

View File

@ -163,8 +163,12 @@ install -m755 convert-mans /usr/bin</userinput></screen>
<!-- Origin: man-db-2.4.3/src/encodings.c --> <!-- Origin: man-db-2.4.3/src/encodings.c -->
<table> <table>
<title>Expected character encoding of manual pages</title> <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> <thead>
<row> <row>

View File

@ -51,7 +51,8 @@
<para>Prepare Shadow for compilation:</para> <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> <variablelist>
<title>The meaning of the configure options:</title> <title>The meaning of the configure options:</title>
@ -108,7 +109,8 @@ convert-mans UTF-8 ISO-8859-9 man/tr/*.?</userinput></screen>
<note> <note>
<para>If you built Shadow with Cracklib support, run the following:</para> <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> </note>
<para>Compile the package:</para> <para>Compile the package:</para>

View File

@ -54,8 +54,9 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
<para>Compile the package:</para> <para>Compile the package:</para>
<screen><userinput>make EXTRAS="extras/ata_id extras/cdrom_id extras/edd_id \ <screen><userinput>make EXTRAS="extras/ata_id extras/cdrom_id extras/edd_id \
extras/firmware extras/floppy extras/path_id extras/rule_generator \ extras/firmware extras/floppy extras/path_id \
extras/scsi_id extras/usb_id extras/volume_id"</userinput></screen> extras/rule_generator extras/scsi_id extras/usb_id \
extras/volume_id"</userinput></screen>
<variablelist> <variablelist>
<title>The meaning of the make option:</title> <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=/ \ <screen><userinput>make DESTDIR=/ \
EXTRAS="extras/ata_id extras/cdrom_id extras/edd_id \ EXTRAS="extras/ata_id extras/cdrom_id extras/edd_id \
extras/firmware extras/floppy extras/path_id extras/rule_generator \ extras/firmware extras/floppy extras/path_id \
extras/scsi_id extras/usb_id extras/volume_id" install</userinput></screen> extras/rule_generator extras/scsi_id \
extras/usb_id extras/volume_id" install</userinput></screen>
<variablelist> <variablelist>
<title>The meaning of the make parameter:</title> <title>The meaning of the make parameter:</title>

View File

@ -53,10 +53,8 @@ set output-meta On
# none, visible or audible # none, visible or audible
set bell-style none set bell-style none
# All of the following map the escape sequence of the # All of the following map the escape sequence of the value
# value contained inside the 1st argument to the # contained in the 1st argument to the readline specific functions
# readline specific functions
"\eOd": backward-word "\eOd": backward-word
"\eOc": forward-word "\eOc": forward-word

View File

@ -61,16 +61,16 @@ EOF</userinput></screen>
relevant character set definition (found under File systems -&gt; relevant character set definition (found under File systems -&gt;
Native Language Support) has been compiled into the kernel Native Language Support) has been compiled into the kernel
or built as a module. The <quote>codepage</quote> option is also needed for or built as a module. The <quote>codepage</quote> option is also needed for
vfat and smbfs filesystems. It vfat and smbfs filesystems. It should be set to the codepage number used
should be set to the codepage number used under MS-DOS in your country. E.g., under MS-DOS in your country. E.g., in order to mount USB flash drives, a
in order to mount USB flash drives, a ru_RU.KOI8-R user would need the ru_RU.KOI8-R user would need the following in the options portion of its
following line in <filename>/etc/fstab</filename>:</para> mount line in <filename>/etc/fstab</filename>:</para>
<screen>/dev/sda1 /media/flash vfat noauto,user,quiet,showexec,iocharset=koi8r,codepage=866 0 0</screen> <screen>noauto,user,quiet,showexec,iocharset=koi8r,codepage=866</screen>
<para>The corresponding line for ru_RU.UTF-8 users is:</para> <para>The corresponding options fragment for ru_RU.UTF-8 users is:</para>
<screen>/dev/sda1 /media/flash vfat noauto,user,quiet,showexec,iocharset=utf8,codepage=866 0 0</screen> <screen>noauto,user,quiet,showexec,iocharset=utf8,codepage=866</screen>
<note> <note>
<para>In the latter case, the kernel emits the following message:</para> <para>In the latter case, the kernel emits the following message:</para>