Ignore:
Timestamp:
02/11/2013 08:09:22 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
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, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 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:
c1ec480
Parents:
c0220ed
Message:

Remove trailing whitespace from all files.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    rc0220ed r2ca8941  
    116116      <listitem>
    117117        <para>The <emphasis>nptl/tst-clock2</emphasis>,
    118         <emphasis>nptl/tst-attr3</emphasis>, 
    119         <emphasis>tst/tst-cputimer1</emphasis>, and 
     118        <emphasis>nptl/tst-attr3</emphasis>,
     119        <emphasis>tst/tst-cputimer1</emphasis>, and
    120120        <emphasis>rt/tst-cpuclock2</emphasis>
    121121        tests have been known to fail.  The
     
    129129        authentic AMD processor.</para>
    130130      </listitem>
    131      
     131
    132132      <listitem>
    133133        <para>When running on older and slower hardware or on systems under
    134134        load, some tests can fail because of test timeouts being exceeded.
    135         Modifying the make check command to set a TIMEOUTFACTOR is reported to 
     135        Modifying the make check command to set a TIMEOUTFACTOR is reported to
    136136        help eliminate these errors (e.g. <command>TIMEOUTFACTOR=16
    137137        make -k check</command>).</para>
    138138      </listitem>
    139      
     139
    140140      <listitem>
    141         <para>Other tests known to fail on some architectures are posix/bug-regex32, 
     141        <para>Other tests known to fail on some architectures are posix/bug-regex32,
    142142        misc/tst-writev, elf/check-textrel, nptl/tst-getpid2, and stdio-common/bug22.</para>
    143143      </listitem>
    144    
     144
    145145    </itemizedlist>
    146146
     
    156156
    157157    <para>Install NIS and RPC related headers that are not installed by
    158     default; these are required to rebuild glibc and by several BLFS 
     158    default; these are required to rebuild glibc and by several BLFS
    159159    packages:</para>
    160160
     
    260260
    261261ZONEINFO=/usr/share/zoneinfo
    262 mkdir -pv $ZONEINFO/{posix,right} 
     262mkdir -pv $ZONEINFO/{posix,right}
    263263
    264264for tz in etcetera southamerica northamerica europe africa antarctica  \
    265265          asia australasia backward pacificnew solar87 solar88 solar89 \
    266266          systemv; do
    267     zic -L /dev/null   -d $ZONEINFO       -y "sh yearistype.sh" ${tz} 
    268     zic -L /dev/null   -d $ZONEINFO/posix -y "sh yearistype.sh" ${tz} 
     267    zic -L /dev/null   -d $ZONEINFO       -y "sh yearistype.sh" ${tz}
     268    zic -L /dev/null   -d $ZONEINFO/posix -y "sh yearistype.sh" ${tz}
    269269    zic -L leapseconds -d $ZONEINFO/right -y "sh yearistype.sh" ${tz}
    270270done
     
    386386
    387387  <para>If desired, the dynamic loader can also search a directory and
    388   include the contents of files found there.  Generally the files in 
     388  include the contents of files found there.  Generally the files in
    389389  this include directory are one line specifying the desired library path.
    390390  To add this capability run the following commands:</para>
Note: See TracChangeset for help on using the changeset viewer.