Ignore:
Timestamp:
03/12/2020 09:24:44 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 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:
6ea9f5b3
Parents:
5ab87cfa
Message:

Format general/prog

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

Location:
general/prog/perl-modules
Files:
5 edited

Legend:

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

    r5ab87cfa rde33b2a  
    8585          <term><command>crc32</command></term>
    8686          <listitem>
    87             <para>computes and prints to stdout the CRC-32 values of the given files.</para>
     87            <para>
     88              computes and prints to stdout the CRC-32 values of the given
     89              files.
     90            </para>
    8891            <indexterm zone="perl-archive-zip crc32-prog">
    8992              <primary sortas="b-crc32">crc32</primary>
  • general/prog/perl-modules/perl-lingua-translit.xml

    r5ab87cfa rde33b2a  
    7474          <term><command>translit</command></term>
    7575          <listitem>
    76             <para>transliterates text between writing systems using
    77             various standards.</para>
     76            <para>
     77              transliterates text between writing systems using various
     78              standards.
     79            </para>
    7880            <indexterm zone="perl-lingua-translit translit-prog">
    7981              <primary sortas="b-translit">translit</primary>
  • general/prog/perl-modules/perl-log-log4perl.xml

    r5ab87cfa rde33b2a  
    7474          <term><command>l4p-templ</command></term>
    7575          <listitem>
    76             <para>prints out the text of a template Log4perl configuration for
    77             starting a new Log4perl configuration file.</para>
     76            <para>
     77              prints out the text of a template Log4perl configuration for
     78              starting a new Log4perl configuration file.
     79            </para>
    7880            <indexterm zone="perl-log-log4perl l4p-templ-prog">
    7981              <primary sortas="b-l4p-templ">l4p-templ</primary>
  • general/prog/perl-modules/perl-parse-yapp.xml

    r5ab87cfa rde33b2a  
    7575          <term><command>yapp</command></term>
    7676          <listitem>
    77             <para>is a frontend to the Parse::Yapp module, which lets you create
    78             a Perl OO parser from an input grammar file.</para>
     77            <para>
     78              is a frontend to the Parse::Yapp module, which lets you create
     79              a Perl OO parser from an input grammar file.
     80            </para>
    7981            <indexterm zone="perl-parse-yapp yapp-prog">
    8082              <primary sortas="b-yapp">yapp</primary>
  • general/prog/perl-modules/perl-text-bibtex.xml

    r5ab87cfa rde33b2a  
    8787          <term><command>biblex</command></term>
    8888          <listitem>
    89             <para>performs lexical analysis on a BibTeX file.</para>
     89            <para>
     90              performs lexical analysis on a BibTeX file.
     91            </para>
    9092            <indexterm zone="perl-text-bibtex biblex-prog">
    9193              <primary sortas="b-biblex">biblex</primary>
     
    9799          <term><command>bibparse</command></term>
    98100          <listitem>
    99             <para>parses a series of BibTeX files with command line options to
    100             control the string post-processing behaviour.</para>
     101            <para>
     102              parses a series of BibTeX files with command line options to
     103              control the string post-processing behaviour.
     104            </para>
    101105            <indexterm zone="perl-text-bibtex bibparse-prog">
    102106              <primary sortas="b-bibparse">bibparse</primary>
     
    108112          <term><command>dumpnames</command></term>
    109113          <listitem>
    110             <para>parses a BibTeX file, splitting 'author' and 'editor' fields
    111             into lists of names, and then dumps everything to stdout.</para>
     114            <para>
     115              parses a BibTeX file, splitting 'author' and 'editor' fields
     116              into lists of names, and then dumps everything to stdout.
     117            </para>
    112118            <indexterm zone="perl-text-bibtex dumpnames-prog">
    113119              <primary sortas="b-dumpnames">dumpnames</primary>
     
    119125          <term><filename class='libraryfile'>libbtparse.so</filename></term>
    120126          <listitem>
    121             <para>is a library for parsing and processing BibTeX data files.</para>
     127            <para>
     128              is a library for parsing and processing BibTeX data files.
     129            </para>
    122130            <indexterm zone="perl-text-bibtex libbtparse-lib">
    123131              <primary sortas="c-libbtparse">libbtparse.so</primary>
Note: See TracChangeset for help on using the changeset viewer.