Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libnl.xml

    rf243c97 rcdf6da3  
    2323
    2424  <sect1info>
    25     <othername>$LastChangedBy$</othername>
    2625    <date>$Date$</date>
    2726  </sect1info>
     
    4140    </para>
    4241
    43     &lfs10_checked;
     42    &lfs110a_checked;
    4443
    4544    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    211210            queries the Generic Netlink controller in the kernel and prints
    212211            a list of all registered Generic Netlink families including
    213             the version of the interface that has been registered.
     212            the version of the interface that has been registered
    214213          </para>
    215214          <indexterm zone="libnl genl-ctrl-list">
     
    248247          <para>
    249248            is used to resolve qdisc/class names to classid values and vice
    250             versa.
     249            versa
    251250          </para>
    252251          <indexterm zone="libnl nl-classid-lookup">
     
    260259        <listitem>
    261260          <para>
    262             lists Traffic Classes.
     261            lists Traffic Classes
    263262          </para>
    264263          <indexterm zone="libnl nl-class-list">
     
    272271        <listitem>
    273272          <para>
    274             adds a classifier.
     273            adds a classifier
    275274          </para>
    276275          <indexterm zone="libnl nl-cls-add">
     
    284283        <listitem>
    285284          <para>
    286             deletes a classifier.
     285            deletes a classifier
    287286          </para>
    288287          <indexterm zone="libnl nl-cls-delete">
     
    296295        <listitem>
    297296          <para>
    298             lists classifiers.
     297            lists classifiers
    299298          </para>
    300299          <indexterm zone="libnl nl-cls-list">
     
    308307        <listitem>
    309308          <para>
    310             dumps link attributes.
     309            dumps link attributes
    311310          </para>
    312311          <indexterm zone="libnl nl-link-list">
     
    320319        <listitem>
    321320          <para>
    322             allows the lookup of packet location definitions.
     321            allows the lookup of packet location definitions
    323322          </para>
    324323          <indexterm zone="libnl nl-pktloc-lookup">
     
    332331        <listitem>
    333332          <para>
    334             adds queueing disciplines (qdiscs) in the kernel.
     333            adds queueing disciplines (qdiscs) in the kernel
    335334          </para>
    336335          <indexterm zone="libnl nl-qdisc-add">
     
    344343        <listitem>
    345344          <para>
    346              deletes queueing disciplines (qdiscs) in the kernel.
     345             deletes queueing disciplines (qdiscs) in the kernel
    347346          </para>
    348347          <indexterm zone="libnl nl-qdisc-delete">
     
    356355        <listitem>
    357356          <para>
    358             lists queueing disciplines (qdiscs) in the kernel.
     357            lists queueing disciplines (qdiscs) in the kernel
    359358          </para>
    360359          <indexterm zone="libnl nl-qdisc-list">
     
    369368          <para>
    370369            These libraries contain API functions used to access Netlink
    371             interfaces in Linux kernel.
     370            interfaces in Linux kernel
    372371          </para>
    373372          <indexterm zone="libnl libnl-lib">
Note: See TracChangeset for help on using the changeset viewer.