Changeset a3b689f


Ignore:
Timestamp:
04/08/2007 08:21:11 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:
f3f808e
Parents:
c8c2b89
Message:

Trailing spaces clean-up.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter06/coreutils.xml

    rc8c2b89 ra3b689f  
    8181<screen><userinput>make NON_ROOT_USERNAME=nobody check-root</userinput></screen>
    8282
    83     <para>We're going to run the remainder of the tests as the 
     83    <para>We're going to run the remainder of the tests as the
    8484    <systemitem class="username">nobody</systemitem> user. Certain tests,
    8585    however, require that the user be a member of more than one group. So that
  • chapter06/shadow.xml

    rc8c2b89 ra3b689f  
    8484    <command>convert-mans</command> script which we installed.</para>
    8585
    86 <screen><userinput> for i in de es fi fr id it pt_BR; do
     86<screen><userinput>for i in de es fi fr id it pt_BR; do
    8787    convert-mans UTF-8 ISO-8859-1 man/${i}/*.?
    8888done
  • chapter07/network.xml

    rc8c2b89 ra3b689f  
    8787      </listitem>
    8888    </itemizedlist>
    89    
     89
    9090    <para>The value of <literal>NAME</literal> is the important part. Make sure
    9191    you know which name has been assigned to each of your network cards before
  • chapter07/symlinks.xml

    rc8c2b89 ra3b689f  
    8484    and we assume the symlinks exist on the host. The rules and symlinks will
    8585    be created the first time you boot your LFS system.</para>
    86  
     86
    8787    <para>However, if you have multiple CD-ROM devices, then the symlinks
    8888    generated at that time may point to different devices than they point to on
     
    145145      the EOF string used in the here-document redirection is not enclosed in
    146146      either double or single quotes.  For more details, see the bash(1)
    147       manpage, and search it for "Here Documents".)</para> 
     147      manpage, and search it for "Here Documents".)</para>
    148148      <para>If modifying Udev rules with an editor, be sure to leave each
    149149      rule on one physical line.</para>
  • prologue/hostreqs.xml

    rc8c2b89 ra3b689f  
    136136grep --version | head -n1
    137137gzip --version | head -n1
    138 cat /proc/version 
     138cat /proc/version
    139139make --version | head -n1
    140140patch --version | head -n1
Note: See TracChangeset for help on using the changeset viewer.