Ignore:
Timestamp:
Apr 26, 2014, 12:38:45 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e89c4c9
Parents:
ec6e128
Message:

Remove end-of-line spaces

Location:
BOOK/final-system/common
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/acl.xml

    rec6e128 r24b004c  
    3333
    3434<screen os="d"><userinput>sed -i "s:| sed.*::g" test/{sbits-restore,cp,misc}.test</userinput></screen>
    35  
     35
    3636    <para os="e">Prepare ACL for compilation:</para>
    3737
  • BOOK/final-system/common/autoconf.xml

    rec6e128 r24b004c  
    3737
    3838<screen os="e2"><userinput remap="test">make check VERBOSE=yes</userinput></screen>
    39    
     39
    4040    <para os="e3">17 tests are skipped that use Automake and different GCC languages.
    4141    For full test coverage, Autoconf can be re-tested after Automake has been
  • BOOK/final-system/common/coreutils.xml

    rec6e128 r24b004c  
    3939    --enable-no-install-program=kill,uptime \
    4040    --enable-install-program=hostname --libexecdir=/usr/lib</userinput></screen>
    41    
     41
    4242    <variablelist os="d1">
    4343      <title>The meaning of the configure options:</title>
    44      
     44
    4545        <varlistentry os="d2">
    4646          <term><parameter>FORCE_UNSAFE_CONFIGURE=1</parameter></term>
  • BOOK/final-system/common/e2fsprogs.xml

    rec6e128 r24b004c  
    196196          <para>Is used to check, and optionally repair <systemitem
    197197          class="filesystem">ext2</systemitem>, <systemitem
    198           class="filesystem">ext3</systemitem> and <systemitem 
     198          class="filesystem">ext3</systemitem> and <systemitem
    199199          class="filesystem">ext4</systemitem>file systems</para>
    200200          <indexterm zone="ch-system-e2fsprogs e2fsck">
     
    349349        <listitem>
    350350          <para>Creates an <systemitem class="filesystem">ext2</systemitem>,
    351           <systemitem class="filesystem">ext3</systemitem> or <systemitem 
     351          <systemitem class="filesystem">ext3</systemitem> or <systemitem
    352352          class="filesystem">ext4</systemitem> file system on the given device</para>
    353353          <indexterm zone="ch-system-e2fsprogs mke2fs">
  • BOOK/final-system/common/findutils.xml

    rec6e128 r24b004c  
    6767
    6868    <para os="k">The <command>updatedb</command> script needs to be modified
    69     to point to the new location for <command>find</command>:</para> 
     69    to point to the new location for <command>find</command>:</para>
    7070
    7171<screen os="l"><userinput>sed -i 's@find:=${BINDIR}@find:=/bin@' /usr/bin/updatedb</userinput></screen>
  • BOOK/final-system/common/gcc.xml

    rec6e128 r24b004c  
    2626    <title>Installation of GCC</title>
    2727
    28     <para os="p1">The following patch contains a number of updates to the 
     28    <para os="p1">The following patch contains a number of updates to the
    2929    &gcc-version; branch by the GCC developers:</para>
    3030
  • BOOK/final-system/common/iproute2.xml

    rec6e128 r24b004c  
    3939
    4040    <para os="f1">Remove unused libnl headers:</para>
    41    
     41
    4242    <screen os="f2"><userinput>sed -i '/netlink\//d' ip/ipl2tp.c</userinput></screen>
    4343
  • BOOK/final-system/common/kmod.xml

    rec6e128 r24b004c  
    1919
    2020    <para>The Kmod package contains programs for loading, inserting
    21       and removing kernel modules for Linux. Kmod replaces the 
     21      and removing kernel modules for Linux. Kmod replaces the
    2222      Module-Init-tools package.</para>
    2323
     
    7373ln -sfv ../bin/kmod /sbin/${tool}
    7474done</userinput></screen>
    75  
     75
    7676  </sect2>
    7777
  • BOOK/final-system/common/man-pages.xml

    rec6e128 r24b004c  
    5151        <listitem>
    5252          <para>This package contains man pages that describe the following:
    53           POSIX headers (section 0p), 
     53          POSIX headers (section 0p),
    5454          POSIX utilities (section 1p), POSIX functions (section 3p),
    55           user commands (section 1), system calls (section 2), 
    56           libc calls (section 3), device information (section 4), 
    57           file formats (section 5), games (section 6), 
     55          user commands (section 1), system calls (section 2),
     56          libc calls (section 3), device information (section 4),
     57          file formats (section 5), games (section 6),
    5858          conventions and macro packages (section 7),
    5959          system administration (section 8), and
  • BOOK/final-system/common/ncurses.xml

    rec6e128 r24b004c  
    4343
    4444    <para os="e">This package has a test suite, and can be ran after the
    45     package is installed. The tests are in the 
    46     <filename class="directory">test/</filename> directory. See the 
     45    package is installed. The tests are in the
     46    <filename class="directory">test/</filename> directory. See the
    4747    <filename>README</filename> file in that directory for details.</para>
    4848
  • BOOK/final-system/common/procps-ng.xml

    rec6e128 r24b004c  
    3333
    3434    <variablelist os="c">
    35       <title>The meaning of the configure options:</title>   
     35      <title>The meaning of the configure options:</title>
    3636      <varlistentry>
    3737        <term><parameter>--disable-kill</parameter></term>
  • BOOK/final-system/common/shadow.xml

    rec6e128 r24b004c  
    5656      <filename class="directory">/usr/etc</filename>.</para></listitem>
    5757    </varlistentry>
    58    
     58
    5959  </variablelist>
    6060
Note: See TracChangeset for help on using the changeset viewer.