Changeset e6a5a46


Ignore:
Timestamp:
07/30/2006 06:14:31 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
8035189c
Parents:
d22b61d
Message:

Trailing spaces clean-up.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter05/bash.xml

    rd22b61d re6a5a46  
    4242
    4343<screen><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
    44      
     44
    4545    <para>Prepare Bash for compilation:</para>
    4646
  • chapter06/db.xml

    rd22b61d re6a5a46  
    5757
    5858    <para>Patch the package to eliminate potential trap events:</para>
    59  
     59
    6060<screen><userinput>patch -Np0 -i ../&db-trap-patch;</userinput></screen>
    6161
  • chapter06/findutils.xml

    rd22b61d re6a5a46  
    7272    may not be available during the early stages of booting, this program
    7373    needs to be on the root partition.  The <command>updatedb</command>
    74     script also needs to be modified to correct an explicit path:</para> 
     74    script also needs to be modified to correct an explicit path:</para>
    7575
    7676<screen><userinput>mv -v /usr/bin/find /bin</userinput>
    7777sed -i -e 's/find:=${BINDIR}/find:=\/bin/' /usr/bin/updatedb</screen>
    78                    
     78
    7979  </sect2>
    8080
  • chapter06/glibc.xml

    rd22b61d re6a5a46  
    136136    <itemizedlist>
    137137      <listitem>
    138         <para>The <emphasis>nptl/tst-clock2</emphasis> and 
    139         <emphasis>tst-attr3</emphasis> tests sometimes 
     138        <para>The <emphasis>nptl/tst-clock2</emphasis> and
     139        <emphasis>tst-attr3</emphasis> tests sometimes
    140140        fail.  The reason is not completely understood, but indications
    141141        are that a heavy system load can trigger these failures.</para>
     
    267267    <emphasis>Canada/Eastern</emphasis> or <emphasis>EST5EDT</emphasis> that
    268268    are not identified by the script but can be used.</para>
    269    
     269
    270270    <para>Then create the <filename>/etc/localtime</filename> file by
    271271    running:</para>
  • chapter06/kernfs.xml

    rd22b61d re6a5a46  
    6363
    6464  </sect2>
    65  
     65
    6666  <sect2 id="ch-system-kernfsmount">
    6767    <title>Mounting Virtual Kernel File Systems</title>
  • chapter07/network.xml

    rd22b61d re6a5a46  
    5656<!-- Yes, I know that VLANs are beyond BLFS. This is not the reason to get them
    5757     incorrect by default when every distro does this right. -->
    58  
     58
    5959    <para>If you are going to use the bus position as a key, create
    6060    Udev rules similar to the following:</para>
  • chapter07/symlinks.xml

    rd22b61d re6a5a46  
    5050    <para>The SUBSYSTEM==&quot;block&quot; key is needed in order to avoid
    5151    matching SCSI generic devices. Without it, in the case with SCSI
    52     CD-ROMs, the symlinks will sometimes point to the correct 
     52    CD-ROMs, the symlinks will sometimes point to the correct
    5353    <filename>/dev/srX</filename> devices, and sometimes to
    5454    <filename>/dev/sgX</filename>, which is wrong.</para>
    55  
     55
    5656    <para>The second approach yields:</para>
    5757
Note: See TracChangeset for help on using the changeset viewer.