Changeset bea508c


Ignore:
Timestamp:
06/11/2016 06:47:47 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1258125
Parents:
cec6657e
Message:

Tag and text from sysd branch.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17480 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libnl.xml

    rcec6657e rbea508c  
    4141    </para>
    4242
    43     &lfs79_checked;
     43    &lfs79_checked;&gcc6_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            deletes 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">
Note: See TracChangeset for help on using the changeset viewer.