Changeset 9f76f83 for chapter06


Ignore:
Timestamp:
07/30/2006 06:14:31 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.2
Children:
98493e2
Parents:
eb48596
Message:

Trailing spaces clean-up.

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

Location:
chapter06
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter06/db.xml

    reb48596 r9f76f83  
    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

    reb48596 r9f76f83  
    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

    reb48596 r9f76f83  
    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

    reb48596 r9f76f83  
    6363
    6464  </sect2>
    65  
     65
    6666  <sect2 id="ch-system-kernfsmount">
    6767    <title>Mounting Virtual Kernel File Systems</title>
Note: See TracChangeset for help on using the changeset viewer.