Changeset 1652151


Ignore:
Timestamp:
04/05/2007 07:03:40 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
b9dfb76
Parents:
9e85ca2
Message:

Fixes for PDF output.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8015 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter05/binutils-pass1.xml

    r9e85ca2 r1652151  
    6060    <para>Now prepare Binutils for compilation:</para>
    6161
    62 <screen><userinput>CC="gcc -B/usr/bin/" ../binutils-&binutils-version;/configure --prefix=/tools --disable-nls</userinput></screen>
     62<screen><userinput>CC="gcc -B/usr/bin/" ../binutils-&binutils-version;/configure \
     63    --prefix=/tools --disable-nls</userinput></screen>
    6364
    6465    <variablelist>
  • chapter06/m4.xml

    r9e85ca2 r1652151  
    7070
    7171      <varlistentry id="m4">
    72         <term><command>m4</command></term>
     72         <!-- Don't remove the extra space, it prevet a FOP warning. -->
     73        <term><command>m4 </command></term>
    7374        <listitem>
    7475          <para>copies the given files while expanding the macros that they
  • chapter06/man-db.xml

    r9e85ca2 r1652151  
    164164    <table>
    165165      <title>Expected character encoding of manual pages</title>
    166 
    167       <tgroup cols="2">
     166      <?dbfo table-width="50%" ?>
     167
     168      <tgroup cols="2" align="center">
     169
     170        <colspec colnum="1" colwidth="2in"/>
     171        <colspec colnum="2" colwidth="2in"/>
    168172
    169173        <thead>
  • chapter06/shadow.xml

    r9e85ca2 r1652151  
    5252    <para>Prepare Shadow for compilation:</para>
    5353
    54 <screen><userinput>./configure --libdir=/lib --sysconfdir=/etc --enable-shared --without-selinux</userinput></screen>
     54<screen><userinput>./configure --libdir=/lib --sysconfdir=/etc --enable-shared \
     55    --without-selinux</userinput></screen>
    5556
    5657    <variablelist>
     
    109110      <para>If you built Shadow with Cracklib support, run the following:</para>
    110111
    111 <screen role="nodump"><userinput>sed -i 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' etc/login.defs</userinput></screen>
     112<screen role="nodump"><userinput>sed -i 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' \
     113    etc/login.defs</userinput></screen>
    112114    </note>
    113115
  • chapter06/udev.xml

    r9e85ca2 r1652151  
    5555
    5656<screen><userinput>make EXTRAS="extras/ata_id extras/cdrom_id extras/edd_id \
    57             extras/firmware extras/floppy extras/path_id extras/rule_generator \
    58             extras/scsi_id extras/usb_id extras/volume_id"</userinput></screen>
     57    extras/firmware extras/floppy extras/path_id \
     58    extras/rule_generator extras/scsi_id extras/usb_id \
     59    extras/volume_id"</userinput></screen>
    5960
    6061    <variablelist>
     
    8182<screen><userinput>make DESTDIR=/ \
    8283    EXTRAS="extras/ata_id extras/cdrom_id extras/edd_id \
    83             extras/firmware extras/floppy extras/path_id extras/rule_generator \
    84             extras/scsi_id extras/usb_id extras/volume_id" install</userinput></screen>
     84            extras/firmware extras/floppy extras/path_id \
     85            extras/rule_generator extras/scsi_id \
     86            extras/usb_id extras/volume_id" install</userinput></screen>
    8587
    8688    <variablelist>
  • chapter07/inputrc.xml

    r9e85ca2 r1652151  
    5454set bell-style none
    5555
    56 # All of the following map the escape sequence of the
    57 # value contained inside the 1st argument to the
    58 # readline specific functions
    59 
     56# All of the following map the escape sequence of the value
     57# contained in the 1st argument to the readline specific functions
    6058"\eOd": backward-word
    6159"\eOc": forward-word
  • chapter08/fstab.xml

    r9e85ca2 r1652151  
    6262  Native Language Support) has been compiled into the kernel
    6363  or built as a module. The <quote>codepage</quote> option is also needed for
    64   vfat and smbfs filesystems. It
    65   should be set to the codepage number used under MS-DOS in your country. E.g.,
    66   in order to mount USB flash drives, a ru_RU.KOI8-R user would need the
    67   following line in <filename>/etc/fstab</filename>:</para>
     64  vfat and smbfs filesystems. It should be set to the codepage number used
     65  under MS-DOS in your country. E.g., in order to mount USB flash drives, a
     66  ru_RU.KOI8-R user would need the following in the options portion of its
     67  mount line in <filename>/etc/fstab</filename>:</para>
    6868
    69 <screen>/dev/sda1    /media/flash vfat noauto,user,quiet,showexec,iocharset=koi8r,codepage=866 0 0</screen>
     69<screen>noauto,user,quiet,showexec,iocharset=koi8r,codepage=866</screen>
    7070
    71   <para>The corresponding line for ru_RU.UTF-8 users is:</para>
     71  <para>The corresponding options fragment for ru_RU.UTF-8 users is:</para>
    7272
    73 <screen>/dev/sda1    /media/flash vfat noauto,user,quiet,showexec,iocharset=utf8,codepage=866 0 0</screen>
     73<screen>noauto,user,quiet,showexec,iocharset=utf8,codepage=866</screen>
    7474
    7575  <note>
Note: See TracChangeset for help on using the changeset viewer.