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/mariadb.xml

    r4a80a67 r4c24eb0a  
    474474          <para>
    475475            is used to check, repair, optimize, sort and get information
    476             about Aria tables.
     476            about Aria tables
    477477          </para>
    478478          <indexterm zone="mariadb aria_chk-mariadb">
     
    486486        <listitem>
    487487          <para>
    488             is a tool to dump content of Aria log pages.
     488            is a tool to dump content of Aria log pages
    489489          </para>
    490490          <indexterm zone="mariadb aria_dump_log-mariadb">
     
    498498        <listitem>
    499499          <para>
    500             displays full-text index information.
     500            displays full-text index information
    501501          </para>
    502502          <indexterm zone="mariadb aria_ftdump-mariadb">
     
    510510        <listitem>
    511511          <para>
    512             is a tool to generate compressed, read-only Aria tables.
     512            is a tool to generate compressed, read-only Aria tables
    513513          </para>
    514514          <indexterm zone="mariadb aria_pack-mariadb">
     
    522522        <listitem>
    523523          <para>
    524             displays Aria log file contents.
     524            displays Aria log file contents
    525525          </para>
    526526          <indexterm zone="mariadb aria_read_log-mariadb">
     
    534534        <listitem>
    535535          <para>
    536             copies an aria table to and from AWS S3.
     536            copies an aria table to and from AWS S3
    537537          </para>
    538538          <indexterm zone="mariadb aria_s3_copy-mariadb">
     
    546546         <listitem>
    547547           <para>
    548              bootstraps a new Galera cluster.
     548             bootstraps a new Galera cluster
    549549           </para>
    550550           <indexterm zone="mariadb galera_new_cluster-mariadb">
     
    558558        <listitem>
    559559          <para>
    560             recovers data from a Galera cluster.
     560            recovers data from a Galera cluster
    561561          </para>
    562562          <indexterm zone="mariadb galera_recovery-mariadb">
     
    570570        <listitem>
    571571          <para>
    572             prints checksums for InnoDB files.
     572            prints checksums for InnoDB files
    573573          </para>
    574574          <indexterm zone="mariadb innochecksum-mariadb">
     
    582582        <listitem>
    583583          <para>
    584             is an open source backup tool for InnoDB and XtraDB.
     584            is an open source backup tool for InnoDB and XtraDB
    585585          </para>
    586586          <indexterm zone="mariadb mariabackup-mariadb">
     
    594594        <listitem>
    595595          <para>
    596              is a simple SQL shell with input line editing capabilities.
     596             is a simple SQL shell with input line editing capabilities
    597597          </para>
    598598          <indexterm zone="mariadb mariadb-mariadb">
     
    606606        <listitem>
    607607          <para>
    608             is the MySQL server daemon.
     608            is the MySQL server daemon
    609609          </para>
    610610          <indexterm zone="mariadb mariadbd-mariadb">
     
    619619          <para>
    620620            checks the access privileges for a host name, user name, and
    621             database combination.
     621            database combination
    622622          </para>
    623623          <indexterm zone="mariadb mariadb-access-mariadb">
     
    631631        <listitem>
    632632          <para>
    633             is a client for performing administrative operations.
     633            is a client for performing administrative operations
    634634          </para>
    635635          <indexterm zone="mariadb mariadb-admin-mariadb">
     
    643643        <listitem>
    644644          <para>
    645             read binary log files.
     645            read binary log files
    646646          </para>
    647647          <indexterm zone="mariadb mariadb-binlog-mariadb">
     
    656656          <para>
    657657            performs table maintenance: It checks, repairs, optimizes,
    658             or analyzes tables.
     658            or analyzes tables
    659659          </para>
    660660          <indexterm zone="mariadb mariadb-check-mariadb">
     
    669669          <para>
    670670            is used for testing aspects of the MySQL client API that cannot be
    671             tested using mysqltest and its test language.
     671            tested using mysqltest and its test language
    672672          </para>
    673673          <indexterm zone="mariadb mariadb-client-test-mariadb">
     
    681681        <listitem>
    682682          <para>
    683             is a tool to test client API for embedded server.
     683            is a tool to test client API for embedded server
    684684          </para>
    685685          <indexterm zone="mariadb mariadb-client-test-embedded-mariadb">
     
    693693        <listitem>
    694694          <para>
    695             converts character sets for use with MariaDB.
     695            converts character sets for use with MariaDB
    696696          </para>
    697697          <indexterm zone="mariadb mariadb-conv-mariadb">
     
    706706          <para>
    707707            converts the tables in a database to use a particular storage
    708             engine.
     708            engine
    709709          </para>
    710710          <indexterm zone="mariadb mariadb-convert-table-format-mariadb">
     
    719719          <para>
    720720            is designed to manage several mysqld processes that listen for
    721             connections on different Unix socket files and TCP/IP ports.
     721            connections on different Unix socket files and TCP/IP ports
    722722          </para>
    723723          <indexterm zone="mariadb mariadbd-multi-mariadb">
     
    732732          <para>
    733733             is the recommended way to start a mysqld server on Unix
    734              and NetWare.
     734             and NetWare
    735735          </para>
    736736          <indexterm zone="mariadb mariadbd-safe-mariadb">
     
    744744        <listitem>
    745745          <para>
    746             is a backup program.
     746            is a backup program
    747747          </para>
    748748          <indexterm zone="mariadb mariadb-dump-mariadb">
     
    757757          <para>
    758758            parses MySQL slow query log files and prints a summary of their
    759             contents.
     759            contents
    760760          </para>
    761761          <indexterm zone="mariadb mariadb-dumpslow-mariadb">
     
    770770          <para>
    771771            is a MySQL client statically linked to
    772             libmariadbd.
     772            libmariadbd
    773773          </para>
    774774          <indexterm zone="mariadb mariadb-embedded-mariadb">
     
    784784            reads files containing SQL statements and extracts statements that
    785785            match a given regular expression or that contain USE db_name or
    786             SET statements.
     786            SET statements
    787787          </para>
    788788          <indexterm zone="mariadb mariadb-find-rows-mariadb">
     
    797797          <para>
    798798            converts the extensions for MyISAM (or ISAM) table files to
    799             their canonical forms.
     799            their canonical forms
    800800          </para>
    801801          <indexterm zone="mariadb mariadb-fix-extensions-mariadb">
     
    810810          <para>
    811811            locks the table, flush the table and then performs a copy of
    812             the database.
     812            the database
    813813          </para>
    814814          <indexterm zone="mariadb mariadb-hotcopy-mariadb">
     
    823823          <para>
    824824            reads a range of data formats, and inserts the data into a
    825             database.
     825            database
    826826          </para>
    827827          <indexterm zone="mariadb mariadb-import-mariadb">
     
    836836          <para>
    837837            initializes the MySQL data directory and creates the system
    838             tables that it contains, if they do not exist.
     838            tables that it contains, if they do not exist
    839839          </para>
    840840          <indexterm zone="mariadb mariadb-install-db-mariadb">
     
    848848        <listitem>
    849849          <para>
    850             is the RocksDB tool.
     850            is the RocksDB tool
    851851          </para>
    852852          <indexterm zone="mariadb mariadb-ldb-mariadb">
     
    861861          <para>
    862862            is a utility that enables MySQL administrators to manage which
    863             plugins a MySQL server loads.
     863            plugins a MySQL server loads
    864864          </para>
    865865          <indexterm zone="mariadb mariadb-plugin-mariadb">
     
    873873        <listitem>
    874874          <para>
    875             is a tool to improve MySQL installation security.
     875            is a tool to improve MySQL installation security
    876876          </para>
    877877          <indexterm zone="mariadb mariadb-secure-installation-mariadb">
     
    885885        <listitem>
    886886          <para>
    887             sets permissions in the MySQL grant tables.
     887            sets permissions in the MySQL grant tables
    888888          </para>
    889889          <indexterm zone="mariadb mariadb-setpermission-mariadb">
     
    897897        <listitem>
    898898          <para>
    899             shows the structure of a MariaDB database.
     899            shows the structure of a MariaDB database
    900900          </para>
    901901          <indexterm zone="mariadb mariadb-show-mariadb">
     
    910910          <para>
    911911            is a diagnostic program designed to emulate client load for a
    912             MySQL server and to report the timing of each stage.
     912            MySQL server and to report the timing of each stage
    913913          </para>
    914914          <indexterm zone="mariadb mariadb-slap-mariadb">
     
    923923          <para>
    924924            runs a test case against a MySQL server and optionally compares
    925             the output with a result file.
     925            the output with a result file
    926926          </para>
    927927          <indexterm zone="mariadb mariadb-test-mariadb">
     
    936936          <para>
    937937            is similar to the <command>mysqltest</command> command but is built
    938             with support for the libmysqld embedded server.
     938            with support for the libmysqld embedded server
    939939          </para>
    940940          <indexterm zone="mariadb mariadb-test-embedded-mariadb">
     
    948948        <listitem>
    949949          <para>
    950             loads the time zone tables in the mysql database.
     950            loads the time zone tables in the mysql database
    951951          </para>
    952952          <indexterm zone="mariadb mariadb-tzinfo-to-sql-mariadb">
     
    961961          <para>
    962962            examines all tables in all databases for incompatibilities with
    963             the current version of MySQL Server.
     963            the current version of MySQL Server
    964964          </para>
    965965          <indexterm zone="mariadb mariadb-upgrade-mariadb">
     
    973973        <listitem>
    974974          <para>
    975             signals a process to terminate and waits for the process to exit.
     975            signals a process to terminate and waits for the process to exit
    976976          </para>
    977977          <indexterm zone="mariadb mariadb-waitpid-mariadb">
     
    985985        <listitem>
    986986          <para>
    987             gets compiler flags for using the MariaDB Connector/C.
     987            gets compiler flags for using the MariaDB Connector/C
    988988          </para>
    989989          <indexterm zone="mariadb mariadb_config-mariadb">
     
    10091009        <listitem>
    10101010          <para>
    1011             is a tool to convert mSQL programs for use with MySQL.
     1011            is a tool to convert mSQL programs for use with MySQL
    10121012          </para>
    10131013          <indexterm zone="mariadb msql2mysql-mariadb">
     
    10211021        <listitem>
    10221022          <para>
    1023             displays the options from option groups of option files.
     1023            displays the options from option groups of option files
    10241024          </para>
    10251025          <indexterm zone="mariadb my_print_defaults-mariadb">
     
    10331033        <listitem>
    10341034          <para>
    1035             displays information about FULLTEXT indexes in MyISAM tables.
     1035            displays information about FULLTEXT indexes in MyISAM tables
    10361036          </para>
    10371037          <indexterm zone="mariadb myisam_ftdump-mariadb">
     
    10461046          <para>
    10471047            gets information about your database tables or checks, repairs,
    1048             or optimizes them.
     1048            or optimizes them
    10491049          </para>
    10501050          <indexterm zone="mariadb myisamchk-mariadb">
     
    10581058        <listitem>
    10591059          <para>
    1060             displays MyISAM log file contents.
     1060            displays MyISAM log file contents
    10611061          </para>
    10621062          <indexterm zone="mariadb myisamlog-mariadb">
     
    10701070        <listitem>
    10711071          <para>
    1072             is a tool for compressing MyISAM tables.
     1072            is a tool for compressing MyISAM tables
    10731073          </para>
    10741074          <indexterm zone="mariadb myisampack-mariadb">
     
    10831083          <para>
    10841084            provides you with useful information for compiling your MySQL
    1085             client and connecting it to MySQL.
     1085            client and connecting it to MySQL
    10861086          </para>
    10871087          <indexterm zone="mariadb mysql_config-mariadb">
     
    10961096          <para>
    10971097            is a console-based tool for monitoring the threads and overall
    1098             performance of a MySQL server.
     1098            performance of a MySQL server
    10991099          </para>
    11001100          <indexterm zone="mariadb mytop-mariadb">
     
    11091109          <para>
    11101110            is a utility that displays descriptions for system or storage
    1111             engine error codes.
     1111            engine error codes
    11121112          </para>
    11131113          <indexterm zone="mariadb perror-mariadb">
     
    11211121        <listitem>
    11221122          <para>
    1123             is a MariaDB/MySQL extension to the SQL standard.
     1123            is a MariaDB/MySQL extension to the SQL standard
    11241124          </para>
    11251125          <indexterm zone="mariadb replace-mariadb">
     
    11331133        <listitem>
    11341134          <para>
    1135             resolves a numeric stack dump to symbols.
     1135            resolves a numeric stack dump to symbols
    11361136          </para>
    11371137          <indexterm zone="mariadb resolve_stack_dump-mariadb">
     
    11461146          <para>
    11471147            is a utility for resolving IP addresses to host names and
    1148             vice versa.
     1148            vice versa
    11491149          </para>
    11501150          <indexterm zone="mariadb resolveip-mariadb">
     
    11581158        <listitem>
    11591159          <para>
    1160             dumps the content of sst files (the format used by RocksDB).
     1160            dumps the content of sst files (the format used by RocksDB)
    11611161          </para>
    11621162          <indexterm zone="mariadb sst_sump-mariadb">
Note: See TracChangeset for help on using the changeset viewer.