Changeset d306467 for content/databases


Ignore:
Timestamp:
04/06/2003 07:30:52 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0cfd5d9
Parents:
03cbf55
Message:

multimedia editing

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • content/databases/db/db-desc.xml

    r03cbf55 rd306467  
    22<title>Contents</title>
    33
    4 <para>The db package contains <userinput>db_archive</userinput>,
     4<para>The db package contains
     5<userinput>db_archive</userinput>,
    56<userinput>db_checkpoint</userinput>,
    6 <userinput>db_deadlock</userinput>, <userinput>db_dump</userinput>,
    7 <userinput>db_load</userinput>, <userinput>db_printlog</userinput>,
    8 <userinput>db_recover</userinput>, <userinput>db_stat</userinput>,
    9 <userinput>db_upgrade</userinput>, <userinput>db_verify</userinput> and <userinput>db
    10 libraries</userinput></para>
     7<userinput>db_deadlock</userinput>,
     8<userinput>db_dump</userinput>,
     9<userinput>db_load</userinput>,
     10<userinput>db_printlog</userinput>,
     11<userinput>db_recover</userinput>,
     12<userinput>db_stat</userinput>,
     13<userinput>db_upgrade</userinput> and
     14<userinput>db_verify</userinput>.
     15
     16</para>
    1117
    1218</sect2>
     
    1521
    1622<sect3><title>db_archive</title>
    17 <para>No description available</para></sect3>
     23<para>db_archive prints the pathnames of log files that are no longer
     24in use.</para></sect3>
     25
    1826
    1927<sect3><title>db_checkpoint</title>
    20 <para>No description available</para></sect3>
     28<para>db_checkpoint is a daemon process used to monitor and checkpoint
     29database logs.</para></sect3>
    2130
    2231<sect3><title>db_deadlock</title>
    23 <para>No description available</para></sect3>
     32<para>db_deadlock is used to abort lock requests when deadlocks are
     33detected.</para></sect3>
    2434
    2535<sect3><title>db_dump</title>
    26 <para>No description available</para></sect3>
     36<para>db_dump converts database files to a flat file format readable
     37by db_load.</para></sect3>
    2738
    2839<sect3><title>db_load</title>
    29 <para>No description available</para></sect3>
     40<para>db_load is used to create database files from flat files created
     41with db_dump.</para></sect3>
    3042
    3143<sect3><title>db_printlog</title>
    32 <para>No description available</para></sect3>
     44<para>db_printlog converts database log files to human readable
     45text.</para></sect3>
     46
    3347
    3448<sect3><title>db_recover</title>
    35 <para>No description available</para></sect3>
     49<para>db_recover is used to restore a database to a consistent state
     50after a failure.</para></sect3>
    3651
    3752<sect3><title>db_stat</title>
    38 <para>No description available</para></sect3>
     53<para>db_stat displays database environment statistics.</para></sect3>
    3954
    4055<sect3><title>db_upgrade</title>
    41 <para>No description available</para></sect3>
     56<para>db_upgrade is used to upgrade database files to a newer version
     57of Berkeley DB.</para></sect3>
    4258
    4359<sect3><title>db_verify</title>
    44 <para>No description available</para></sect3>
    45 
    46 <sect3><title>db libraries</title>
    47 <para>These are used by many other programs to perform db linked
    48 functions.</para></sect3>
     60<para>db_verify is used to run consistency checks on database files.</para></sect3>
    4961
    5062</sect2>
Note: See TracChangeset for help on using the changeset viewer.