Changeset 89ed081


Ignore:
Timestamp:
04/11/2005 07:06:42 PM (19 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:
80f5524
Parents:
3a5ffda
Message:

Indexation an text corrections.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/iproute2.xml

    r3a5ffda r89ed081  
    88<?dbhtml filename="iproute2.html"?>
    99  <indexterm zone="ch-system-iproute2">
    10     <primary sortas="a-iproute2">IPRoute2</primary>
     10    <primary sortas="a-IPRoute2">IPRoute2</primary>
    1111  </indexterm>
    1212  <sect2 role="package">
     
    8787        </term>
    8888        <listitem>
    89           <para>Connection status utility.</para>
     89          <para>Connection status utility</para>
    9090          <indexterm zone="ch-system-iproute2 ctstat">
    9191            <primary sortas="b-cstat">ctstat</primary>
     
    9999        </term>
    100100        <listitem>
    101           <para>A shell script wrapper for the <command>ip</command> command.</para>
     101          <para>A shell script wrapper for the <command>ip</command> command</para>
    102102          <indexterm zone="ch-system-iproute2 ifcfg">
    103103            <primary sortas="b-ifcfg">ifcfg</primary>
     
    112112        <listitem>
    113113          <para>Shows the interfaces statistic, including the amount of transmitted
    114                 and received packages by interface.</para>
     114                and received packages by interface</para>
    115115          <indexterm zone="ch-system-iproute2 ifstat">
    116116            <primary sortas="b-ifstat">ifstat</primary>
     
    128128
    129129          <para><command>ip link <replaceable>[device]</replaceable></command>
    130                 allows users to look at the state of devices and to make changes.
     130                allows users to look at the state of devices and to make changes
    131131          </para>
    132132
    133133          <para><command>ip addr</command> allows users to look at addresses and
    134                 their properties, add new addresses, and delete old ones.
     134                their properties, add new addresses, and delete old ones
    135135          </para>
    136136
    137137          <para><command>ip neighbor</command> allows users to look at
    138138                neighbor bindings and their properties, add new
    139                 neighbor entries, and delete old ones.
     139                neighbor entries, and delete old ones
    140140          </para>
    141141
    142142          <para><command>ip rule</command> allows users to look at the routing
    143                 policies and change them.
     143                policies and change them
    144144          </para>
    145145
    146146          <para><command>ip route</command> allows users to look at the routing
    147                 table and change routing table rules.
     147                table and change routing table rules
    148148          </para>
    149149
    150150          <para><command>ip tunnel</command> allows users to look at the IP
    151                 tunnels and their properties, and change them.
     151                tunnels and their properties, and change them
    152152          </para>
    153153
    154154          <para><command>ip maddr</command> allows users to look at the multicast
    155                 addresses and their properties, and change them.
     155                addresses and their properties, and change them
    156156          </para>
    157157
    158158          <para><command>ip mroute</command> allows users to set, change, or
    159                 delete the multicast routing.
     159                delete the multicast routing
    160160          </para>
    161161
    162162          <para><command>ip monitor</command> allows users to
    163                 continously monitor the state of devices, addresses and routes.
     163                continously monitor the state of devices, addresses and routes
    164164          </para>
    165165          <indexterm zone="ch-system-iproute2 ip">
     
    176176          <para>Provides Linux network statistics.  It is a generalized and more
    177177                feature-complete replacement for the old
    178                 <command>rtstat</command> program.</para>
     178                <command>rtstat</command> program</para>
    179179          <indexterm zone="ch-system-iproute2 lnstat">
    180180            <primary sortas="b-cstat">lnstat</primary>
     
    188188        </term>
    189189        <listitem>
    190           <para>Shows network statistics.</para>
     190          <para>Shows network statistics</para>
    191191          <indexterm zone="ch-system-iproute2 nstat">
    192192            <primary sortas="b-nstat">nstat</primary>
     
    201201        <listitem>
    202202          <para>A component of <command>ip route</command>. This is for flushing the routing
    203                 tables.
     203                tables
    204204          </para>
    205205          <indexterm zone="ch-system-iproute2 routef">
     
    215215        <listitem>
    216216          <para>A component of <command>ip route</command>. This is for listing the routing
    217                 tables.
     217                tables
    218218          </para>
    219219          <indexterm zone="ch-system-iproute2 routel">
     
    228228        </term>
    229229        <listitem>
    230           <para>Displays the contents of <filename>/proc/net/rt_acct</filename>.</para>
     230          <para>Displays the contents of <filename>/proc/net/rt_acct</filename></para>
    231231          <indexterm zone="ch-system-iproute2 rtacct">
    232232            <primary sortas="b-rtacct">rtacct</primary>
     
    240240        </term>
    241241        <listitem>
    242           <para>Route monitoring utility.</para>
     242          <para>Route monitoring utility</para>
    243243          <indexterm zone="ch-system-iproute2 rtmon">
    244244            <primary sortas="b-rtmon">rtmon</primary>
     
    265265        </term>
    266266        <listitem>
    267           <para>Route status utility.</para>
     267          <para>Route status utility</para>
    268268          <indexterm zone="ch-system-iproute2 rtstat">
    269269            <primary sortas="b-rtstat">rtstat</primary>
     
    277277        </term>
    278278        <listitem>
    279           <para>Similar to the <command>netstat</command> command; shows active connections.</para>
     279          <para>Similar to the <command>netstat</command> command; shows active connections</para>
    280280          <indexterm zone="ch-system-iproute2 ss">
    281281            <primary sortas="b-ss">ss</primary>
Note: See TracChangeset for help on using the changeset viewer.