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
  • general/prog/apache-ant.xml

    r4a80a67 r4c24eb0a  
    269269            is a <application>Java</application> based build tool used by
    270270            many packages instead of the conventional <command>make</command>
    271             program.
     271            program
    272272          </para>
    273273          <indexterm zone="apache-ant ant">
     
    282282          <para>
    283283            is a support script used to start <command>ant</command>
    284             build scripts in a given directory.
     284            build scripts in a given directory
    285285          </para>
    286286          <indexterm zone="apache-ant antRun">
     
    295295          <para>
    296296            is a <application>Perl</application> script that provides similar
    297             functionality offered by the <command>antRun</command> script.
     297            functionality offered by the <command>antRun</command> script
    298298          </para>
    299299          <indexterm zone="apache-ant antRun.pl">
     
    309309            is a <application>Perl</application> script that allows
    310310            <application>Bash</application> to complete an
    311             <command>ant</command> command-line.
     311            <command>ant</command> command-line
    312312          </para>
    313313          <indexterm zone="apache-ant complete-ant-cmd.pl">
     
    322322          <para>
    323323            is a <application>Perl</application> wrapper script used to
    324             invoke <command>ant</command>.
     324            invoke <command>ant</command>
    325325          </para>
    326326          <indexterm zone="apache-ant runant.pl">
     
    335335          <para>
    336336            is a <application>Python</application> wrapper script used to
    337             invoke <command>ant</command>.
     337            invoke <command>ant</command>
    338338          </para>
    339339          <indexterm zone="apache-ant runant.py">
     
    344344
    345345      <varlistentry id="ant-star">
    346         <term><filename class='libraryfile'>ant*.jar</filename></term>
     346        <term><filename class="libraryfile">ant*.jar</filename></term>
    347347        <listitem>
    348348          <para>
    349349            files are the <application>Apache Ant</application>
    350             <application>Java</application> class libraries.
     350            <application>Java</application> class libraries
    351351          </para>
    352352          <indexterm zone="apache-ant ant-star">
Note: See TracChangeset for help on using the changeset viewer.