Ignore:
Timestamp:
02/19/2021 03:20:16 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
eff7423
Parents:
4a80a67
Message:

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

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

Location:
networking/netlibs
Files:
17 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/c-ares.xml

    r4a80a67 r4c24eb0a  
    146146        <listitem>
    147147          <para>
    148             prints the country where an IPv4 address or host is located.
     148            prints the country where an IPv4 address or host is located
    149149          </para>
    150150          <indexterm zone="c-ares acountry">
     
    158158        <listitem>
    159159          <para>
    160             queries information from DNS servers.
     160            queries information from DNS servers
    161161          </para>
    162162          <indexterm zone="c-ares adig">
     
    171171          <para>
    172172            prints the A or AAAA record associated with a hostname
    173             or IP address.
     173            or IP address
    174174          </para>
    175175          <indexterm zone="c-ares ahost">
     
    180180
    181181      <varlistentry id="c-ares-lib">
    182         <term><filename class='libraryfile'>libcares.so</filename></term>
     182        <term><filename class="libraryfile">libcares.so</filename></term>
    183183        <listitem>
    184184          <para>
    185             is a C library for asynchronous DNS requests.
     185            is a C library for asynchronous DNS requests
    186186          </para>
    187187          <indexterm zone="c-ares c-ares-lib">
  • networking/netlibs/curl.xml

    r4a80a67 r4c24eb0a  
    426426        <listitem>
    427427         <para>
    428            is a command line tool for transferring files with URL syntax.
     428           is a command line tool for transferring files with URL syntax
    429429         </para>
    430430          <indexterm zone="curl curl-prog">
     
    439439          <para>
    440440            prints information about the last compile, like libraries
    441             linked to and prefix setting.
     441            linked to and prefix setting
    442442          </para>
    443443          <indexterm zone="curl curl-config">
     
    452452          <para>
    453453            provides the API functions required by
    454             <command>curl</command> and other programs.
     454            <command>curl</command> and other programs
    455455          </para>
    456456          <indexterm zone="curl libcurl">
  • networking/netlibs/ldns.xml

    r4a80a67 r4c24eb0a  
    199199            is a tool like <command>dig</command> from
    200200            <xref linkend="bind-utils"/> designed to get all sorts of
    201             information out of the DNS.
     201            information out of the DNS
    202202          </para>
    203203          <indexterm zone="ldns drill">
     
    211211        <listitem>
    212212          <para>
    213             shows compiler and linker flags for ldns usage.
     213            shows compiler and linker flags for ldns usage
    214214          </para>
    215215          <indexterm zone="ldns ldns-config">
     
    224224          <para>
    225225            provides the <application>ldns</application> API functions to
    226             programs.
     226            programs
    227227          </para>
    228228          <indexterm zone="ldns libldns">
  • networking/netlibs/libmnl.xml

    r4a80a67 r4c24eb0a  
    138138          <para>
    139139            provides functions for parsing, validating, constructing of both
    140             the Netlink header and TLVs.
     140            the Netlink header and TLVs
    141141          </para>
    142142          <indexterm zone="libmnl libmnl-lib">
  • networking/netlibs/libndp.xml

    r4a80a67 r4c24eb0a  
    127127        <listitem>
    128128          <para>
    129             is a tool for sending and receiving NDP messages.
     129            is a tool for sending and receiving NDP messages
    130130          </para>
    131131          <indexterm zone="libndp ndptool">
     
    139139        <listitem>
    140140          <para>
    141             provides a wrapper for the IPv6 Neighbor Discovery Protocol.
     141            provides a wrapper for the IPv6 Neighbor Discovery Protocol
    142142          </para>
    143143          <indexterm zone="libndp libndp-lib">
  • networking/netlibs/libnl.xml

    r4a80a67 r4c24eb0a  
    211211            queries the Generic Netlink controller in the kernel and prints
    212212            a list of all registered Generic Netlink families including
    213             the version of the interface that has been registered.
     213            the version of the interface that has been registered
    214214          </para>
    215215          <indexterm zone="libnl genl-ctrl-list">
     
    248248          <para>
    249249            is used to resolve qdisc/class names to classid values and vice
    250             versa.
     250            versa
    251251          </para>
    252252          <indexterm zone="libnl nl-classid-lookup">
     
    260260        <listitem>
    261261          <para>
    262             lists Traffic Classes.
     262            lists Traffic Classes
    263263          </para>
    264264          <indexterm zone="libnl nl-class-list">
     
    272272        <listitem>
    273273          <para>
    274             adds a classifier.
     274            adds a classifier
    275275          </para>
    276276          <indexterm zone="libnl nl-cls-add">
     
    284284        <listitem>
    285285          <para>
    286             deletes a classifier.
     286            deletes a classifier
    287287          </para>
    288288          <indexterm zone="libnl nl-cls-delete">
     
    296296        <listitem>
    297297          <para>
    298             lists classifiers.
     298            lists classifiers
    299299          </para>
    300300          <indexterm zone="libnl nl-cls-list">
     
    308308        <listitem>
    309309          <para>
    310             dumps link attributes.
     310            dumps link attributes
    311311          </para>
    312312          <indexterm zone="libnl nl-link-list">
     
    320320        <listitem>
    321321          <para>
    322             allows the lookup of packet location definitions.
     322            allows the lookup of packet location definitions
    323323          </para>
    324324          <indexterm zone="libnl nl-pktloc-lookup">
     
    332332        <listitem>
    333333          <para>
    334             adds queueing disciplines (qdiscs) in the kernel.
     334            adds queueing disciplines (qdiscs) in the kernel
    335335          </para>
    336336          <indexterm zone="libnl nl-qdisc-add">
     
    344344        <listitem>
    345345          <para>
    346              deletes queueing disciplines (qdiscs) in the kernel.
     346             deletes queueing disciplines (qdiscs) in the kernel
    347347          </para>
    348348          <indexterm zone="libnl nl-qdisc-delete">
     
    356356        <listitem>
    357357          <para>
    358             lists queueing disciplines (qdiscs) in the kernel.
     358            lists queueing disciplines (qdiscs) in the kernel
    359359          </para>
    360360          <indexterm zone="libnl nl-qdisc-list">
     
    369369          <para>
    370370            These libraries contain API functions used to access Netlink
    371             interfaces in Linux kernel.
     371            interfaces in Linux kernel
    372372          </para>
    373373          <indexterm zone="libnl libnl-lib">
  • networking/netlibs/libnma.xml

    r4a80a67 r4c24eb0a  
    172172        <listitem>
    173173          <para>
    174             contains the <application>NetworkManager</application> GUI library.
     174            contains the <application>NetworkManager</application> GUI library
    175175          </para>
    176176          <indexterm zone="libnma libnma-lib">
     
    181181    </variablelist>
    182182  </sect2>
     183
    183184</sect1>
  • networking/netlibs/libnsl.xml

    r4a80a67 r4c24eb0a  
    169169        <listitem>
    170170          <para>
    171             provides the NIS (YP) API functions required by other programs.
     171            provides the NIS (YP) API functions required by other programs
    172172          </para>
    173173          <indexterm zone="libnsl libnsl-lib">
  • networking/netlibs/libpcap.xml

    r4a80a67 r4c24eb0a  
    175175        <para>
    176176          provides configuration information for
    177           <application>libpcap</application>.
     177          <application>libpcap</application>
    178178        </para>
    179179        <indexterm zone="libpcap pcap-config">
     
    187187      <listitem>
    188188        <para>
    189           are libraries used for user-level packet capture.
     189          are libraries used for user-level packet capture
    190190        </para>
    191191        <indexterm zone="libpcap libpcap-lib">
  • networking/netlibs/libpsl.xml

    r4a80a67 r4c24eb0a  
    152152        <listitem>
    153153          <para>
    154             queries the Public Suffix List.
     154            queries the Public Suffix List
    155155          </para>
    156156          <indexterm zone="libpsl psl">
     
    164164        <listitem>
    165165          <para>
    166             contains a library used to access the Public Suffix List.
     166            contains a library used to access the Public Suffix List
    167167          </para>
    168168          <indexterm zone="libpsl libpsl-lib">
     
    173173    </variablelist>
    174174  </sect2>
     175
    175176</sect1>
  • networking/netlibs/libsoup.xml

    r4a80a67 r4c24eb0a  
    207207        <listitem>
    208208          <para>
    209             provides functions for asynchronous HTTP connections.
     209            provides functions for asynchronous HTTP connections
    210210          </para>
    211211          <indexterm zone="libsoup libsoup-2">
     
    219219        <listitem>
    220220          <para>
    221             provides <application>GNOME</application> specific features.
     221            provides <application>GNOME</application> specific features
    222222          </para>
    223223          <indexterm zone="libsoup libsoup-gnome-2">
  • networking/netlibs/libtirpc.xml

    r4a80a67 r4c24eb0a  
    175175          <para>
    176176            provides the Remote Procedure Call (RPC) API functions required by
    177             other programs.
     177            other programs
    178178          </para>
    179179          <indexterm zone="libtirpc libtirpc-lib">
  • networking/netlibs/neon.xml

    r4a80a67 r4c24eb0a  
    172172          <para>
    173173            is a script that provide information about an installed copy
    174             of the neon library.
     174            of the neon library
    175175          </para>
    176176          <indexterm zone="neon neon-config">
     
    185185          <para>
    186186            is used as a high-level interface to common HTTP and WebDAV
    187             methods.
     187            methods
    188188          </para>
    189189          <indexterm zone="neon libneon">
  • networking/netlibs/nghttp2.xml

    r4a80a67 r4c24eb0a  
    186186        <listitem>
    187187          <para>
    188             an implementation of the Hypertext Transfer Protocol version 2 in C.
     188            an implementation of the Hypertext Transfer Protocol version 2 in C
    189189          </para>
    190190          <indexterm zone="nghttp2 libnghttp2">
  • networking/netlibs/rpcsvc-proto.xml

    r4a80a67 r4c24eb0a  
    131131        <listitem>
    132132          <para>
    133             Generates C code to implement the RPC protocol.
     133            Generates C code to implement the RPC protocol
    134134          </para>
    135135          <indexterm zone="rpcsvc-proto rpcgen">
  • networking/netlibs/serf.xml

    r4a80a67 r4c24eb0a  
    185185        <listitem>
    186186          <para>
    187             contains the <application>Serf</application> API functions.
     187            contains the <application>Serf</application> API functions
    188188          </para>
    189189          <indexterm zone="serf libserf-1">
  • networking/netlibs/uhttpmock.xml

    r4a80a67 r4c24eb0a  
    159159        <listitem>
    160160          <para>
    161             contains the <application>uhttpmock</application> API functions.
     161            contains the <application>uhttpmock</application> API functions
    162162          </para>
    163163          <indexterm zone="uhttpmock libuhttpmock-0.0">
Note: See TracChangeset for help on using the changeset viewer.