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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/iptables.xml

    r4a80a67 r4c24eb0a  
    917917          <para>
    918918            is used to set up, maintain, and inspect the tables of
    919             IP packet filter rules in the Linux kernel.
     919            IP packet filter rules in the Linux kernel
    920920          </para>
    921921          <indexterm zone="iptables iptables-prog">
     
    929929        <listitem>
    930930          <para>
    931             is a safer way to update iptables remotely.
     931            is a safer way to update iptables remotely
    932932          </para>
    933933          <indexterm zone="iptables iptables-apply">
     
    941941        <listitem>
    942942          <para>
    943             is used to interact with iptables using the legacy command set.
     943            is used to interact with iptables using the legacy command set
    944944          </para>
    945945          <indexterm zone="iptables iptables-legacy">
     
    953953        <listitem>
    954954          <para>
    955             is used to restore a set of legacy iptables rules.
     955            is used to restore a set of legacy iptables rules
    956956          </para>
    957957          <indexterm zone="iptables iptables-legacy-restore">
     
    965965        <listitem>
    966966          <para>
    967             is used to save a set of legacy iptables rules.
     967            is used to save a set of legacy iptables rules
    968968          </para>
    969969          <indexterm zone="iptables iptables-legacy-save">
     
    979979            is used to restore IP Tables from data specified on
    980980            STDIN. Use I/O redirection provided by your
    981             shell to read from a file.
     981            shell to read from a file
    982982          </para>
    983983          <indexterm zone="iptables iptables-restore">
     
    993993            is used to dump the contents of an IP Table in easily
    994994            parseable format to STDOUT. Use I/O-redirection
    995             provided by your shell to write to a file.
     995            provided by your shell to write to a file
    996996          </para>
    997997          <indexterm zone="iptables iptables-save">
     
    10081008            <command>iptables-save</command> to an XML format. Using the
    10091009            <filename>iptables.xslt</filename> stylesheet converts the XML
    1010             back to the format of <command>iptables-restore</command>.
     1010            back to the format of <command>iptables-restore</command>
    10111011          </para>
    10121012          <indexterm zone="iptables iptables-xml">
     
    10211021          <para>
    10221022            are a set of commands for IPV6 that parallel the iptables
    1023             commands above.
     1023            commands above
    10241024          </para>
    10251025          <indexterm zone="iptables ip6tables">
     
    10351035            (optional) configuration tool. SYNPROXY target makes handling of
    10361036            large SYN floods possible without the large performance penalties
    1037             imposed by the connection tracking in such cases.
     1037            imposed by the connection tracking in such cases
    10381038          </para>
    10391039          <indexterm zone="iptables nfsynproxy">
     
    10471047        <listitem>
    10481048          <para>
    1049             is a binary that behaves according to the name it is called by.
     1049            is a binary that behaves according to the name it is called by
    10501050          </para>
    10511051          <indexterm zone="iptables xtables-multi">
Note: See TracChangeset for help on using the changeset viewer.