Changeset b02e3b3 for BOOK


Ignore:
Timestamp:
Jun 6, 2009, 1:14:04 AM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
bd01f75
Parents:
569d13f5
Message:

Text updates

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

Legend:

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

    r569d13f5 rb02e3b3  
    3636    <para os="e">To test the results, issue:
    3737    <userinput>make check VERBOSE=yes</userinput>. 17 tests are skipped that use
    38     Automake and Different GCC Languages.  For full test coverage, Autoconf can be re-tested after
    39     Automake has been installed.</para>
     38    Automake and different GCC languages. For full test coverage, Autoconf can
     39    be re-tested after Automake has been installed.</para>
    4040
    4141    <para os="f">Install the package:</para>
  • BOOK/final-system/common/gzip.xml

    r569d13f5 rb02e3b3  
    4646<screen os="g"><userinput>make install</userinput></screen>
    4747
    48     <para os="h">Now we will move some of the utilities to /usr/bin to meet FHS compliance:</para>
     48    <para os="h">Now we will move some of the utilities to
     49    <filename class="directory">/usr/bin</filename> to meet FHS compliance:</para>
    4950
    5051<screen os="i"><userinput>mv -v /bin/z{egrep,cmp,diff,fgrep,force,grep,less,more,new} /usr/bin</userinput></screen>
  • BOOK/final-system/common/less.xml

    r569d13f5 rb02e3b3  
    5252<screen os="h"><userinput>make install</userinput></screen>
    5353
    54     <para os="i">Move less to /bin:</para>
     54    <para os="i">Move <command>less</command> to
     55    <filename class="directory">/bin</filename>:</para>
    5556
    5657<screen os="j"><userinput>mv -v /usr/bin/less /bin</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.