Ignore:
Timestamp:
08/08/2004 02:11:09 AM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
5ba3d1d
Parents:
6e41459
Message:

Completed global edits for upcoming 6.0 release

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/iproute2.xml

    r6e41459 ref13657  
    4444
    4545    <para>Prepare iproute2 for compilation:</para>
    46     <screen> <userinput>./configure </userinput></screen>
     46    <screen><userinput>./configure </userinput></screen>
    4747
    4848    <para>Compile the package:</para>
    4949
    5050    <screen><userinput>make SBINDIR=/sbin</userinput></screen>
     51
     52    <para>The meaning of the make option:</para>
    5153
    5254    <variablelist>
     
    6163    </variablelist>
    6264
    63     <para>Now install it:</para>
     65    <para>Install the package:</para>
    6466
    6567    <screen><userinput>make SBINDIR=/sbin install</userinput></screen>
     
    8688            <primary sortas="b-ifstat">ifstat</primary>
    8789          </indexterm>
    88           <para>shows the interfaces statistics. Shows the amount of transmitted
    89                 and received packages by interface</para>
     90          <para>shows the interfaces statistic including the amount of transmitted
     91                and received packages by interface.</para>
    9092        </listitem>
    9193      </varlistentry>
     
    149151            <primary sortas="b-nstat">nstat</primary>
    150152          </indexterm>
    151           <para>Shows network statistics</para>
     153          <para>shows network statistics.</para>
    152154        </listitem>
    153155      </varlistentry>
     
    161163            <primary sortas="b-routef">routef</primary>
    162164          </indexterm>
    163           <para>A component of ip route. This is for flushing the routing
     165          <para>a component of ip route. This is for flushing the routing
    164166                tables.
    165167          </para>
     
    175177            <primary sortas="b-routel">routel</primary>
    176178          </indexterm>
    177           <para>A component of ip route. This is for listing the routing
     179          <para>a component of ip route. This is for listing the routing
    178180                tables.
    179181          </para>
     
    213215            <primary sortas="b-ss">ss</primary>
    214216          </indexterm>
    215           <para>Similar to the netstat command. Shows active connections.</para>
     217          <para>similar to the netstat command. Shows active connections.</para>
    216218        </listitem>
    217219      </varlistentry>
     
    253255  </sect2>
    254256</sect1>
     257
Note: See TracChangeset for help on using the changeset viewer.