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/genutils/rarian.xml

    r4a80a67 r4c24eb0a  
    151151          <para>
    152152            prints a nice list of all available documents found by the
    153             library.
     153            library
    154154          </para>
    155155          <indexterm zone="rarian rarian-example">
     
    163163        <listitem>
    164164          <para>
    165             emulates <command>scrollkeeper-config</command>.
     165            emulates <command>scrollkeeper-config</command>
    166166          </para>
    167167          <indexterm zone="rarian rarian-sk-config">
     
    176176          <para>
    177177            is a wrapper around xsltproc to mimic <command>
    178             scrollkeeper-extract</command>.
     178            scrollkeeper-extract</command>
    179179          </para>
    180180          <indexterm zone="rarian rarian-sk-extract">
     
    188188        <listitem>
    189189          <para>
    190             generates a unique (random) uuid.
     190            generates a unique (random) uuid
    191191          </para>
    192192          <indexterm zone="rarian rarian-sk-gen-uuid">
     
    200200        <listitem>
    201201          <para>
    202             gets a content list (category tree).
     202            gets a content list (category tree)
    203203          </para>
    204204          <indexterm zone="rarian rarian-sk-get-cl">
     
    213213          <para>
    214214            is a simple wrapper to make calling <command>scrollkeeper-get-cl
    215             </command> easier.
     215            </command> easier
    216216          </para>
    217217          <indexterm zone="rarian rarian-sk-get-content-list">
     
    228228          <para>
    229229            is a simple wrapper to make calling <command>scrollkeeper-get-cl
    230             </command> (extended) easier.
     230            </command> (extended) easier
    231231          </para>
    232232          <indexterm zone="rarian rarian-sk-get-extended-content-list">
     
    244244            scrollkeeper-get-index-from-index-from-docpath</command>, <command>
    245245            scrollkeeper-get-toc-from-docpath</command>, and <command>
    246             scrollkeeper-get-toc-from-id</command>.
     246            scrollkeeper-get-toc-from-id</command>
    247247          </para>
    248248          <indexterm zone="rarian rarian-sk-get-scripts">
     
    257257          <para>
    258258            emulates <command>scrollkeeper-install</command> and
    259             <command>scrollkeeper-uninstall</command>.
     259            <command>scrollkeeper-uninstall</command>
    260260          </para>
    261261          <indexterm zone="rarian rarian-sk-install">
     
    270270          <para>
    271271            takes in a directory full of omf's, reads and parses them and
    272             spews out an equivalent scroll file.
     272            spews out an equivalent scroll file
    273273          </para>
    274274          <indexterm zone="rarian rarian-sk-migrate">
     
    283283          <para>
    284284            creates the omf file by reading an existing omf file and
    285             replacing the url for a resource with the url.
     285            replacing the url for a resource with the url
    286286          </para>
    287287          <indexterm zone="rarian rarian-sk-preinstall">
     
    296296          <para>
    297297            is a simple wrapper script to emulate <command>
    298             scrollkeeper-rebuilddb</command>.
     298            scrollkeeper-rebuilddb</command>
    299299          </para>
    300300          <indexterm zone="rarian rarian-sk-rebuild">
     
    310310            is compatible with the <command>scrollkeeper-update</command>
    311311            script that's required to be run when installing new omf files.  It
    312             converts the omf files into new-style scrolls.
     312            converts the omf files into new-style scrolls
    313313          </para>
    314314          <indexterm zone="rarian rarian-sk-update">
     
    320320
    321321      <varlistentry id="librarian">
    322         <term><filename class='libraryfile'>librarian.{so,a}</filename></term>
     322        <term><filename class="libraryfile">librarian.{so,a}</filename></term>
    323323        <listitem>
    324324          <para>
    325325            is the API to build a list of available meta data files and
    326             allows access to these.
     326            allows access to these
    327327          </para>
    328328          <indexterm zone="rarian librarian">
Note: See TracChangeset for help on using the changeset viewer.