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
  • server/databases/db.xml

    r4a80a67 r4c24eb0a  
    291291        <listitem>
    292292          <para>
    293             prints the pathnames of log files that are no longer in use.
     293            prints the pathnames of log files that are no longer in use
    294294          </para>
    295295          <indexterm zone="db db_archive">
     
    303303        <listitem>
    304304          <para>
    305             is a daemon process used to monitor and checkpoint database logs.
     305            is a daemon process used to monitor and checkpoint database logs
    306306          </para>
    307307          <indexterm zone="db db_checkpoint">
     
    315315        <listitem>
    316316          <para>
    317             is used to abort lock requests when deadlocks are detected.
     317            is used to abort lock requests when deadlocks are detected
    318318          </para>
    319319          <indexterm zone="db db_deadlock">
     
    328328          <para>
    329329            converts database files to a flat file format readable by
    330             <command>db_load</command>.
     330            <command>db_load</command>
    331331          </para>
    332332          <indexterm zone="db db_dump">
     
    341341          <para>
    342342            creates "hot backup" or "hot failover" snapshots of Berkeley DB
    343             databases.
     343            databases
    344344          </para>
    345345          <indexterm zone="db db_hotbackup">
     
    354354          <para>
    355355            is used to create database files from flat files created with
    356             <command>db_dump</command>.
     356            <command>db_dump</command>
    357357          </para>
    358358          <indexterm zone="db db_load">
     
    366366        <listitem>
    367367          <para>
    368             verifies the log files of a database.
     368            verifies the log files of a database
    369369          </para>
    370370          <indexterm zone="db db_log_verify">
     
    378378        <listitem>
    379379          <para>
    380             converts database log files to human readable text.
     380            converts database log files to human readable text
    381381          </para>
    382382          <indexterm zone="db db_printlog">
     
    390390        <listitem>
    391391          <para>
    392             is used to restore a database to a consistent state after a failure.
     392            is used to restore a database to a consistent state after a failure
    393393          </para>
    394394          <indexterm zone="db db_recover">
     
    403403          <para>
    404404            is a daemon process that provides replication/HA services on a
    405             transactional environment.
     405            transactional environment
    406406          </para>
    407407          <indexterm zone="db db_replicate">
     
    415415        <listitem>
    416416          <para>
    417             displays database environment statistics.
     417            displays database environment statistics
    418418          </para>
    419419          <indexterm zone="db db_stat">
     
    428428          <para>
    429429            analyzes the data in a btree database, and suggests a page size that
    430             is likely to deliver optimal operation.
     430            is likely to deliver optimal operation
    431431          </para>
    432432          <indexterm zone="db db_tuner">
     
    441441          <para>
    442442            is used to upgrade database files to a newer version of
    443             <application>Berkeley DB</application>.
     443            <application>Berkeley DB</application>
    444444          </para>
    445445          <indexterm zone="db db_upgrade">
     
    453453        <listitem>
    454454          <para>
    455             is used to run consistency checks on database files.
     455            is used to run consistency checks on database files
    456456          </para>
    457457          <indexterm zone="db db_verify">
     
    462462    </variablelist>
    463463  </sect2>
     464
    464465</sect1>
Note: See TracChangeset for help on using the changeset viewer.