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/cracklib.xml

    r4a80a67 r4c24eb0a  
    289289        <listitem>
    290290          <para>
    291             is used to determine if a password is strong.
     291            is used to determine if a password is strong
    292292          </para>
    293293          <indexterm zone="cracklib cracklib-check">
     
    302302          <para>
    303303            is used to format text files (lowercases all words,
    304             removes control characters and sorts the lists).
     304            removes control characters and sorts the lists)
    305305          </para>
    306306          <indexterm zone="cracklib cracklib-format">
     
    314314        <listitem>
    315315          <para>
    316             creates a database with words read from standard input.
     316            creates a database with words read from standard input
    317317          </para>
    318318          <indexterm zone="cracklib cracklib-packer">
     
    326326        <listitem>
    327327          <para>
    328             displays on standard output the database specified.
     328            displays on standard output the database specified
    329329          </para>
    330330          <indexterm zone="cracklib cracklib-packer">
     
    339339          <para>
    340340            is used to create the <application>CrackLib</application>
    341             dictionary from the given word list(s).
     341            dictionary from the given word list(s)
    342342          </para>
    343343          <indexterm zone="cracklib create-cracklib-dict">
     
    352352          <para>
    353353            provides a fast dictionary lookup method for strong
    354             password enforcement.
     354            password enforcement
    355355          </para>
    356356          <indexterm zone="cracklib libcrack">
Note: See TracChangeset for help on using the changeset viewer.