Ignore:
Timestamp:
02/11/2013 08:15:37 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
dbfc674
Parents:
eea4055
Message:

Remove trailing whitespace from all files.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    reea4055 rce5ebe1  
    127127      <listitem>
    128128        <para>The <emphasis>nptl/tst-clock2</emphasis>,
    129         <emphasis>nptl/tst-attr3</emphasis>, 
    130         <emphasis>tst/tst-cputimer1</emphasis>, and 
     129        <emphasis>nptl/tst-attr3</emphasis>,
     130        <emphasis>tst/tst-cputimer1</emphasis>, and
    131131        <emphasis>rt/tst-cpuclock2</emphasis>
    132132        tests have been known to fail.  The
     
    140140        authentic AMD processor.</para>
    141141      </listitem>
    142      
     142
    143143      <listitem>
    144144        <para>When running on older and slower hardware or on systems under
    145145        load, some tests can fail because of test timeouts being exceeded.
    146         Modifying the make check command to set a TIMEOUTFACTOR is reported to 
     146        Modifying the make check command to set a TIMEOUTFACTOR is reported to
    147147        help eliminate these errors (e.g. <command>TIMEOUTFACTOR=16
    148148        make -k check</command>).</para>
    149149      </listitem>
    150      
     150
    151151      <listitem>
    152         <para>Other tests known to fail on some architectures are posix/bug-regex32, 
     152        <para>Other tests known to fail on some architectures are posix/bug-regex32,
    153153        misc/tst-writev, elf/check-textrel, nptl/tst-getpid2, and stdio-common/bug22.</para>
    154154      </listitem>
    155    
     155
    156156    </itemizedlist>
    157157
     
    167167
    168168    <para>Install NIS and RPC related headers that are not installed by
    169     default; these are required to rebuild glibc and by several BLFS 
     169    default; these are required to rebuild glibc and by several BLFS
    170170    packages:</para>
    171171
     
    277277
    278278ZONEINFO=/usr/share/zoneinfo
    279 mkdir -pv $ZONEINFO/{posix,right} 
     279mkdir -pv $ZONEINFO/{posix,right}
    280280
    281281for tz in etcetera southamerica northamerica europe africa antarctica  \
    282282          asia australasia backward pacificnew solar87 solar88 solar89 \
    283283          systemv; do
    284     zic -L /dev/null   -d $ZONEINFO       -y "sh yearistype.sh" ${tz} 
    285     zic -L /dev/null   -d $ZONEINFO/posix -y "sh yearistype.sh" ${tz} 
     284    zic -L /dev/null   -d $ZONEINFO       -y "sh yearistype.sh" ${tz}
     285    zic -L /dev/null   -d $ZONEINFO/posix -y "sh yearistype.sh" ${tz}
    286286    zic -L leapseconds -d $ZONEINFO/right -y "sh yearistype.sh" ${tz}
    287287done
     
    403403
    404404  <para>If desired, the dynamic loader can also search a directory and
    405   include the contents of files found there.  Generally the files in 
     405  include the contents of files found there.  Generally the files in
    406406  this include directory are one line specifying the desired library path.
    407407  To add this capability run the following commands:</para>
Note: See TracChangeset for help on using the changeset viewer.