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/connect
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/connect/dhcp.xml

    r4a80a67 r4c24eb0a  
    508508        <listitem>
    509509          <para>
    510             is the implementation of the DHCP client.
     510            is the implementation of the DHCP client
    511511          </para>
    512512          <indexterm zone="dhcp dhclient">
     
    521521          <para>
    522522            is used by dhclient to (re)configure interfaces. It can make
    523             extra changes by invoking custom dhclient-{entry,exit}-hooks.
     523            extra changes by invoking custom dhclient-{entry,exit}-hooks
    524524          </para>
    525525          <indexterm zone="dhcp dhclient-script">
     
    535535            implements Dynamic Host Configuration Protocol (DHCP) and
    536536            Internet Bootstrap Protocol (BOOTP) requests for network
    537             addresses.
     537            addresses
    538538          </para>
    539539          <indexterm zone="dhcp dhcpd">
     
    549549            provides a means to accept DHCP and BOOTP requests on a subnet
    550550            without a DHCP server and relay them to a DHCP server on another
    551             subnet.
     551            subnet
    552552          </para>
    553553          <indexterm zone="dhcp dhcrelay">
     
    563563            provides an interactive way to connect to, query and
    564564            possibly change the ISC DHCP Server's state via OMAPI, the
    565             Object Management API.
     565            Object Management API
    566566          </para>
    567567          <indexterm zone="dhcp omshell">
  • networking/connect/dhcpcd.xml

    r4a80a67 r4c24eb0a  
    396396        <listitem>
    397397          <para>
    398             is an implementation of the DHCP client specified in RFC2131.
     398            is an implementation of the DHCP client specified in RFC2131
    399399          </para>
    400400          <indexterm zone="dhcpcd dhcpcd-prog">
     
    410410            adds udev support for interface arrival and departure; this is
    411411            because udev likes to rename the interface, which it can't do if
    412             dhcpcd grabs it first.
     412            dhcpcd grabs it first
    413413          </para>
    414414          <indexterm zone="dhcpcd dhcpcd-udev">
Note: See TracChangeset for help on using the changeset viewer.