Changeset 27b601a for server/databases


Ignore:
Timestamp:
03/06/2020 10:42:49 PM (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:
21a08bf
Parents:
f0d1db9
Message:

First round of changes formats to apply the template

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

Location:
server/databases
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • server/databases/databases.xml

    rf0d1db9 r27b601a  
    1616  <title>Databases</title>
    1717
    18   <para>This chapter includes databases that range from single-user
    19   read/write to industrial database servers with transaction support.
    20   Generally, you will be sent here to satisfy dependencies to other
    21   applications although building a SQL server on a base LFS system is
    22   entirely possible.</para>
     18  <para>
     19    This chapter includes databases that range from single-user
     20    read/write to industrial database servers with transaction support.
     21    Generally, you will be sent here to satisfy dependencies to other
     22    applications although building a SQL server on a base LFS system is
     23    entirely possible.
     24  </para>
    2325
    2426  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="db.xml"/>
  • server/databases/db.xml

    rf0d1db9 r27b601a  
    365365        <term><command>db_log_verify</command></term>
    366366        <listitem>
    367           <para>verifies the log files of a database.</para>
     367          <para>
     368            verifies the log files of a database.
     369          </para>
    368370          <indexterm zone="db db_log_verify">
    369371            <primary sortas="b-db_log_verify">db_log_verify</primary>
     
    375377        <term><command>db_printlog</command></term>
    376378        <listitem>
    377           <para>converts database log files to human readable text.</para>
     379          <para>
     380            converts database log files to human readable text.
     381          </para>
    378382          <indexterm zone="db db_printlog">
    379383            <primary sortas="b-db_printlog">db_printlog</primary>
     
    410414        <term><command>db_stat</command></term>
    411415        <listitem>
    412           <para>displays database environment statistics.</para>
     416          <para>
     417            displays database environment statistics.
     418          </para>
    413419          <indexterm zone="db db_stat">
    414420            <primary sortas="b-db_stat">db_stat</primary>
     
    446452        <term><command>db_verify</command></term>
    447453        <listitem>
    448           <para>is used to run consistency checks on database files.</para>
     454          <para>
     455            is used to run consistency checks on database files.
     456          </para>
    449457          <indexterm zone="db db_verify">
    450458            <primary sortas="b-db_verify">db_verify</primary>
Note: See TracChangeset for help on using the changeset viewer.