Changeset f07d91ba for chapter08


Ignore:
Timestamp:
12/11/2022 10:29:49 PM (17 months ago)
Author:
David Bryant <davidbryant@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
75aef88
Parents:
2fe0fd1
Message:

Corrected idiom in section about "arpd". Corrected spelling of "front
end" -- it's twp words, not one. Changed square brackets to parentheses;
square brackets should only be used to delimit editorial remarks. Removed
one definite article referring to the plural; "the" implies a single
object. Changed "amount" to "number". In English, an amount refers to
a continuous quantity, while a number refers to discrete objects (like
networking packetts). Added a qualifier in the description of "ip":
the list of commands is not exhaustive. Modified a few program
descriptons to improve consistency of style. Changed QOS and COS
to QoS and CoS after researching these abbreviations on the internet.
"Quality of Service" and "Class of Service" appear, to me, to be the
most common way of writing these phrases.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/iproute2.xml

    r2fe0fd1 rf07d91ba  
    4343
    4444    <para>The <command>arpd</command> program included in this package will not
    45     be built since it is dependent on Berkeley DB, which is not installed in
    46     LFS. However, a directory for <command>arpd</command> and a man page will still
    47     be installed. Prevent this by running the commands below.
    48     If the <command>arpd</command> binary is needed,
    49     instructions for compiling Berkeley DB can be found in the BLFS Book at
    50     <ulink url="&blfs-book;server/db.html"/>.
     45    be built since it depends on Berkeley DB, which is not installed in
     46    LFS. However, a directory and a man page for <command>arpd</command> will still
     47    be installed. Prevent this by running the commands shown below.
     48    (If the <command>arpd</command> program is needed,
     49    instructions for compiling Berkeley DB can be found in the BLFS book at
     50    <ulink url="&blfs-book;server/db.html"/>.)
    5151    </para>
    5252
     
    130130        <term><command>genl</command></term>
    131131        <listitem>
    132           <para>Generic netlink utility frontend</para>
     132          <para>Generic netlink utility front end</para>
    133133          <indexterm zone="ch-system-iproute2 genl">
    134134            <primary sortas="b-genl">genl</primary>
     
    141141        <listitem>
    142142          <para>A shell script wrapper for the <command>ip</command> command
    143           [Note that it requires the <command>arping</command> and
     143          (Note that this script requires the <command>arping</command> and
    144144          <command>rdisk</command> programs from the
    145           iputils package found at <ulink url="http://www.skbuff.net/iputils/"/>.]</para>
     145          iputils package found at <ulink url="http://www.skbuff.net/iputils/"/>.)</para>
    146146          <indexterm zone="ch-system-iproute2 ifcfg">
    147147            <primary sortas="b-ifcfg">ifcfg</primary>
     
    153153        <term><command>ifstat</command></term>
    154154        <listitem>
    155           <para>Shows the interface statistics, including the amount of
    156           transmitted and received packets by interface</para>
     155          <para>Shows interface statistics, including the number of
     156          packets transmitted and received, by interface</para>
    157157          <indexterm zone="ch-system-iproute2 ifstat">
    158158            <primary sortas="b-ifstat">ifstat</primary>
     
    164164        <term><command>ip</command></term>
    165165        <listitem>
    166           <para>The main executable. It has several different functions:</para>
     166          <para>The main executable. It has several different functions, including these:</para>
    167167
    168168          <para><command>ip link <replaceable>&lt;device&gt;</replaceable></command>
     
    214214        <term><command>nstat</command></term>
    215215        <listitem>
    216           <para>Shows network statistics</para>
     216          <para>Displays network statistics</para>
    217217          <indexterm zone="ch-system-iproute2 nstat">
    218218            <primary sortas="b-nstat">nstat</primary>
     
    224224        <term><command>routef</command></term>
    225225        <listitem>
    226           <para>A component of <command>ip route</command>. This is for flushing
     226          <para>A component of <command>ip route</command>, for flushing
    227227          the routing tables</para>
    228228          <indexterm zone="ch-system-iproute2 routef">
     
    235235        <term><command>routel</command></term>
    236236        <listitem>
    237           <para>A component of <command>ip route</command>. This is for listing
     237          <para>A component of <command>ip route</command>, for listing
    238238          the routing tables</para>
    239239          <indexterm zone="ch-system-iproute2 routel">
     
    267267        <term><command>rtpr</command></term>
    268268        <listitem>
    269           <para>Converts the output of <command>ip -o</command> back into a
     269          <para>Converts the output of <command>ip -o</command> into a
    270270          readable form</para>
    271271          <indexterm zone="ch-system-iproute2 rtpr">
     
    296296      </varlistentry>
    297297
     298      <!-- FixMe These options don't match tc -help screen -->
    298299      <varlistentry id="tc">
    299300        <term><command>tc</command></term>
    300301        <listitem>
    301           <para>Traffic Controlling Executable; this is for Quality Of Service
    302           (QOS) and Class Of Service (COS) implementations</para>
    303 
    304           <para><command>tc qdisc</command> allows users to setup the queueing
     302          <para>Traffic control for Quality of Service
     303          (QoS) and Class of Service (CoS) implementations</para>
     304
     305          <para><command>tc qdisc</command> allows users to set up the queueing
    305306          discipline</para>
    306307
    307           <para><command>tc class</command> allows users to setup classes based
     308          <para><command>tc class</command> allows users to set up classes based
    308309          on the queuing discipline scheduling</para>
    309310
    310311          <para><command>tc estimator</command> allows users to estimate the
    311           network flow into a network</para>
    312 
    313           <para><command>tc filter</command> allows users to setup the QOS/COS
     312          data flow through a network</para>
     313
     314          <para><command>tc filter</command> allows users to set up the QoS/CoS
    314315          packet filtering</para>
    315316
    316           <para><command>tc policy</command> allows users to setup the QOS/COS
     317          <para><command>tc policy</command> allows users to set up the QoS/CoS
    317318          policies</para>
    318319          <indexterm zone="ch-system-iproute2 ss">
Note: See TracChangeset for help on using the changeset viewer.