Ignore:
Timestamp:
02/21/2016 05:39:24 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
0c31f7b
Parents:
8d284f50
Message:

Typo fixes and tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16990 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libnl.xml

    r8d284f50 r4c845f18  
    4141    </para>
    4242
    43     &lfs78_checked;
     43    &lfs79_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    213213        <listitem>
    214214          <para>
    215             queries the Generic Netlink controller in kernel and prints
     215            queries the Generic Netlink controller in the kernel and prints
    216216            a list of all registered Generic Netlink families including
    217217            the version of the interface that has been registered.
     
    227227        <listitem>
    228228          <para>
    229             add or update or replace Traffic Classes
     229            adds, updates, or replaces Traffic Classes
    230230          </para>
    231231          <indexterm zone="libnl nl-class-add">
     
    239239        <listitem>
    240240          <para>
    241             delete Traffic Classes
     241            deletes Traffic Classes
    242242          </para>
    243243          <indexterm zone="libnl nl-class-delete">
     
    264264        <listitem>
    265265          <para>
    266             list Traffic Classes.
     266            lists Traffic Classes.
    267267          </para>
    268268          <indexterm zone="libnl nl-class-list">
     
    276276        <listitem>
    277277          <para>
    278             add a classifier.
     278            adds a classifier.
    279279          </para>
    280280          <indexterm zone="libnl nl-cls-add">
     
    288288        <listitem>
    289289          <para>
    290             delete a classifier.
     290            deletse a classifier.
    291291          </para>
    292292          <indexterm zone="libnl nl-cls-delete">
     
    300300        <listitem>
    301301          <para>
    302             list classifiers.
     302            lists classifiers.
    303303          </para>
    304304          <indexterm zone="libnl nl-cls-list">
     
    312312        <listitem>
    313313          <para>
    314             dump link attributes.
     314            dumps link attributes.
    315315          </para>
    316316          <indexterm zone="libnl nl-link-list">
     
    324324        <listitem>
    325325          <para>
    326             lookup packet location definitions.
     326            allows the lookup of packet location definitions.
    327327          </para>
    328328          <indexterm zone="libnl nl-pktloc-lookup">
     
    336336        <listitem>
    337337          <para>
    338             add queueing disciplines (qdiscs) in the kernel.
     338            adds queueing disciplines (qdiscs) in the kernel.
    339339          </para>
    340340          <indexterm zone="libnl nl-qdisc-add">
     
    348348        <listitem>
    349349          <para>
    350              delete queueing disciplines (qdiscs) in the kernel.
     350             deletes queueing disciplines (qdiscs) in the kernel.
    351351          </para>
    352352          <indexterm zone="libnl nl-qdisc-delete">
     
    360360        <listitem>
    361361          <para>
    362             list queueing disciplines (qdiscs) in the kernel.
     362            lists queueing disciplines (qdiscs) in the kernel.
    363363          </para>
    364364          <indexterm zone="libnl nl-qdisc-list">
     
    372372        <listitem>
    373373          <para>
    374             These libraries contain API functions used to access Netlink
    375             interfaces in Linux kernel.
     374            These libraries contain API functions used to access the Netlink
     375            interfaces in the Linux kernel.
    376376          </para>
    377377          <indexterm zone="libnl libnl-lib">
Note: See TracChangeset for help on using the changeset viewer.