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:
general/prog/perl-modules
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-modules/perl-archive-zip.xml

    r4a80a67 r4c24eb0a  
    8787            <para>
    8888              computes and prints to stdout the CRC-32 values of the given
    89               files.
     89              files
    9090            </para>
    9191            <indexterm zone="perl-archive-zip crc32-prog">
  • general/prog/perl-modules/perl-lingua-translit.xml

    r4a80a67 r4c24eb0a  
    7676            <para>
    7777              transliterates text between writing systems using various
    78               standards.
     78              standards
    7979            </para>
    8080            <indexterm zone="perl-lingua-translit translit-prog">
  • general/prog/perl-modules/perl-log-log4perl.xml

    r4a80a67 r4c24eb0a  
    7575            <para>
    7676              prints out the text of a template Log4perl configuration for
    77               starting a new Log4perl configuration file.
     77              starting a new Log4perl configuration file
    7878            </para>
    7979            <indexterm zone="perl-log-log4perl l4p-templ-prog">
  • general/prog/perl-modules/perl-module-build.xml

    r4a80a67 r4c24eb0a  
    8787          <listitem>
    8888            <para>
    89               is used to query or change the configuration of perl modules.
     89              is used to query or change the configuration of perl modules
    9090            </para>
    9191            <indexterm zone="perl-module-build config-data-prog">
  • general/prog/perl-modules/perl-parse-yapp.xml

    r4a80a67 r4c24eb0a  
    7777            <para>
    7878              is a frontend to the Parse::Yapp module, which lets you create
    79               a Perl OO parser from an input grammar file.
     79              a Perl OO parser from an input grammar file
    8080            </para>
    8181            <indexterm zone="perl-parse-yapp yapp-prog">
  • general/prog/perl-modules/perl-sgmlspm.xml

    r4a80a67 r4c24eb0a  
    9191          <listitem>
    9292            <para>
    93               is an SGML processor.
     93              is an SGML processor
    9494            </para>
    9595            <indexterm zone="perl-sgmlspm sgmlspl.pl">
     
    103103          <listitem>
    104104            <para>
    105               is a symbolic link used during the install of <xref
    106               linkend="docbook-utils"/>.
     105              is a symbolic link used during the install of
     106              <xref linkend="docbook-utils"/>
    107107            </para>
    108108            <indexterm zone="perl-sgmlspm sgmlspl-prog">
  • general/prog/perl-modules/perl-text-bibtex.xml

    r4a80a67 r4c24eb0a  
    8888          <listitem>
    8989            <para>
    90               performs lexical analysis on a BibTeX file.
     90              performs lexical analysis on a BibTeX file
    9191            </para>
    9292            <indexterm zone="perl-text-bibtex biblex-prog">
     
    101101            <para>
    102102              parses a series of BibTeX files with command line options to
    103               control the string post-processing behaviour.
     103              control the string post-processing behaviour
    104104            </para>
    105105            <indexterm zone="perl-text-bibtex bibparse-prog">
     
    114114            <para>
    115115              parses a BibTeX file, splitting 'author' and 'editor' fields
    116               into lists of names, and then dumps everything to stdout.
     116              into lists of names, and then dumps everything to stdout
    117117            </para>
    118118            <indexterm zone="perl-text-bibtex dumpnames-prog">
     
    123123
    124124        <varlistentry id="libbtparse-lib">
    125           <term><filename class='libraryfile'>libbtparse.so</filename></term>
     125          <term><filename class="libraryfile">libbtparse.so</filename></term>
    126126          <listitem>
    127127            <para>
    128               is a library for parsing and processing BibTeX data files.
     128              is a library for parsing and processing BibTeX data files
    129129            </para>
    130130            <indexterm zone="perl-text-bibtex libbtparse-lib">
Note: See TracChangeset for help on using the changeset viewer.