Changeset 4c24eb0a for server


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

Location:
server
Files:
14 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>
  • 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">
  • server/databases/postgresql.xml

    r4a80a67 r4c24eb0a  
    389389          <para>
    390390            is a utility for reclustering tables in a
    391             <application>PostgreSQL</application> database.
     391            <application>PostgreSQL</application> database
    392392          </para>
    393393          <indexterm zone="postgresql clusterdb">
     
    402402          <para>
    403403            creates a new <application>PostgreSQL</application>
    404             database.
     404            database
    405405          </para>
    406406          <indexterm zone="postgresql createdb">
     
    415415          <para>
    416416            defines a new <application>PostgreSQL</application>
    417             user account.
     417            user account
    418418          </para>
    419419          <indexterm zone="postgresql createuser">
     
    427427        <listitem>
    428428          <para>
    429             removes a <application>PostgreSQL</application> database.
     429            removes a <application>PostgreSQL</application> database
    430430          </para>
    431431          <indexterm zone="postgresql dropdb">
     
    439439        <listitem>
    440440          <para>
    441             removes a <application>PostgreSQL</application> user account.
     441            removes a <application>PostgreSQL</application> user account
    442442          </para>
    443443          <indexterm zone="postgresql dropuser">
     
    451451        <listitem>
    452452          <para>
    453             is the embedded SQL preprocessor.
     453            is the embedded SQL preprocessor
    454454          </para>
    455455          <indexterm zone="postgresql ecpg">
     
    463463        <listitem>
    464464          <para>
    465             creates a new database cluster.
     465            creates a new database cluster
    466466          </para>
    467467          <indexterm zone="postgresql initdb">
     
    476476          <para>
    477477            resolves OIDs (Object IDs) and file nodes in a PostgreSQL data
    478             directory.
     478            directory
    479479          </para>
    480480          <indexterm zone="postgresql oid2name">
     
    488488        <listitem>
    489489          <para>
    490             cleans up PostgreSQL WAL (write-ahead log) archive files.
     490            cleans up PostgreSQL WAL (write-ahead log) archive files
    491491          </para>
    492492          <indexterm zone="postgresql pg_archivecleanup">
     
    501501          <para>
    502502            takes base backups of a running
    503             <application>PostgreSQL</application> cluster.
     503            <application>PostgreSQL</application> cluster
    504504          </para>
    505505          <indexterm zone="postgresql pg_basebackup">
     
    514514          <para>
    515515            enables, disables, or checks data checksums in a
    516             <application>PostgreSQL</application> database cluster.
     516            <application>PostgreSQL</application> database cluster
    517517          </para>
    518518          <indexterm zone="postgresql pg_checksums">
     
    527527          <para>
    528528            retrieves <application>PostgreSQL</application> version
    529             information.
     529            information
    530530          </para>
    531531          <indexterm zone="postgresql pg_config">
     
    540540          <para>
    541541            returns information initialized during <command>initdb</command>,
    542             such as the catalog version and server locale.
     542            such as the catalog version and server locale
    543543          </para>
    544544          <indexterm zone="postgresql pg_controldata">
     
    552552        <listitem>
    553553          <para>
    554             controls stopping and starting the database server.
     554            controls stopping and starting the database server
    555555          </para>
    556556          <indexterm zone="postgresql pg_ctl">
     
    565565          <para>
    566566            dumps database data and metadata into scripts which are used
    567             to recreate the database.
     567            to recreate the database
    568568          </para>
    569569          <indexterm zone="postgresql pg_dump">
     
    578578          <para>
    579579            recursively calls <command>pg_dump</command> for each
    580             database in a cluster.
     580            database in a cluster
    581581          </para>
    582582          <indexterm zone="postgresql pg_dumpall">
     
    590590        <listitem>
    591591          <para>
    592             checks the connection status of a PostgreSQL server.
     592            checks the connection status of a PostgreSQL server
    593593          </para>
    594594          <indexterm zone="postgresql pg_isready">
     
    602602        <listitem>
    603603          <para>
    604             is used to stream write-ahead logs from a PostgreSQL server.
     604            is used to stream write-ahead logs from a PostgreSQL server
    605605          </para>
    606606          <indexterm zone="postgresql pg_receivewal">
     
    614614        <listitem>
    615615          <para>
    616             controls PostgreSQL logical decoding streams.
     616            controls PostgreSQL logical decoding streams
    617617          </para>
    618618          <indexterm zone="postgresql pg_recvlogical">
     
    627627          <para>
    628628            resets the write-ahead log and other control information
    629             of a PostgreSQL database cluster.
     629            of a PostgreSQL database cluster
    630630          </para>
    631631          <indexterm zone="postgresql pg_resetwal">
     
    640640          <para>
    641641            creates databases from dump files created by
    642             <command>pg_dump</command>.
     642            <command>pg_dump</command>
    643643          </para>
    644644          <indexterm zone="postgresql pg_restore">
     
    653653          <para>
    654654            synchronizes a PostgreSQL data directory with another data
    655             directory that was forked from the first one.
     655            directory that was forked from the first one
    656656          </para>
    657657          <indexterm zone="postgresql pg_rewind">
     
    665665        <listitem>
    666666          <para>
    667             supports the creation of a PostgreSQL warm standby server.
     667            supports the creation of a PostgreSQL warm standby server
    668668          </para>
    669669          <indexterm zone="postgresql pg_standby">
     
    677677        <listitem>
    678678          <para>
    679             determines the fastest wal_sync method for PostgreSQL.
     679            determines the fastest wal_sync method for PostgreSQL
    680680          </para>
    681681          <indexterm zone="postgresql pg_test_fsync">
     
    689689        <listitem>
    690690          <para>
    691             measures timing overhead.
     691            measures timing overhead
    692692          </para>
    693693          <indexterm zone="postgresql pg_test_timing">
     
    701701        <listitem>
    702702          <para>
    703             upgrades a PostgreSQL server instance.
     703            upgrades a PostgreSQL server instance
    704704          </para>
    705705          <indexterm zone="postgresql pg_upgrade">
     
    713713        <listitem>
    714714          <para>
    715             verifies the integrity of a base backup of a PostgreSQL cluster.
     715            verifies the integrity of a base backup of a PostgreSQL cluster
    716716          </para>
    717717          <indexterm zone="postgresql pg_verifybackup">
     
    726726          <para>
    727727            displays a human-readable rendering of the write-ahead log of a
    728             PostgreSQL database cluster.
     728            PostgreSQL database cluster
    729729          </para>
    730730          <indexterm zone="postgresql pg_waldump">
     
    738738        <listitem>
    739739          <para>
    740             runs a benchmark test on PostgreSQL.
     740            runs a benchmark test on PostgreSQL
    741741          </para>
    742742          <indexterm zone="postgresql pgbench">
     
    752752            is a support script used to delete a module from a
    753753            PL/<application>Tcl</application> table. The command
    754             requires the <ulink
    755             url="http://flightaware.github.io/Pgtcl/">Pgtcl</ulink>
    756             package to be installed also.
     754            requires the
     755            <ulink url="http://flightaware.github.io/Pgtcl/">Pgtcl</ulink>
     756            package to be installed
    757757          </para>
    758758          <indexterm zone="postgresql pltcl_delmod">
     
    768768            is a support script used to list the modules in a
    769769            PL/<application>Tcl</application> table. The command
    770             requires the <ulink
    771             url="http://gborg.postgresql.org/project/pgtcl/">Pgtcl</ulink>
    772             package to be installed also.
     770            requires the
     771            <ulink url="http://gborg.postgresql.org/project/pgtcl/">Pgtcl</ulink>
     772            package to be installed
    773773          </para>
    774774          <indexterm zone="postgresql pltcl_listmod">
     
    784784            is a support script used to load a module into a
    785785            PL/<application>Tcl</application> table. The command
    786             requires the <ulink
    787             url="http://gborg.postgresql.org/project/pgtcl/">Pgtcl</ulink>
    788             package to be installed also.
     786            requires the
     787            <ulink url="http://gborg.postgresql.org/project/pgtcl/">Pgtcl</ulink>
     788            package to be installed too
    789789          </para>
    790790          <indexterm zone="postgresql pltcl_loadmod">
     
    798798        <listitem>
    799799          <para>
    800             is the PostgreSQL database server.
     800            is the PostgreSQL database server
    801801          </para>
    802802          <indexterm zone="postgresql postgres">
     
    811811          <para>
    812812            (deprecated, a symlink to <command>postgres</command>) is a
    813             multi-user database daemon.
     813            multi-user database daemon
    814814          </para>
    815815          <indexterm zone="postgresql postmaster">
     
    823823        <listitem>
    824824          <para>
    825             is a console based database shell.
     825            is a console based database shell
    826826          </para>
    827827          <indexterm zone="postgresql psql">
     
    835835        <listitem>
    836836          <para>
    837             is a utility for rebuilding indexes in a database.
     837            is a utility for rebuilding indexes in a database
    838838          </para>
    839839          <indexterm zone="postgresql reindexdb">
     
    847847        <listitem>
    848848          <para>
    849             compacts databases and generates statistics for the query analyzer.
     849            compacts databases and generates statistics for the query analyzer
    850850          </para>
    851851          <indexterm zone="postgresql vacuumdb">
     
    859859        <listitem>
    860860          <para>
    861             removes orphaned large objects from a PostgreSQL database.
     861            removes orphaned large objects from a PostgreSQL database
    862862          </para>
    863863          <indexterm zone="postgresql vacuumlo">
     
    868868
    869869      <varlistentry id="libecpg">
    870         <term><filename class='libraryfile'>libecpg.{so,a}</filename></term>
    871         <listitem>
    872           <para>
    873             contains functions to support embedded SQL in C programs.
     870        <term><filename class="libraryfile">libecpg.{so,a}</filename></term>
     871        <listitem>
     872          <para>
     873            contains functions to support embedded SQL in C programs
    874874          </para>
    875875          <indexterm zone="postgresql libecpg">
     
    880880
    881881      <varlistentry id="libecpg_compat">
    882         <term><filename class='libraryfile'>libecpg_compat.{so,a}</filename></term>
    883         <listitem>
    884           <para>
    885             is the ecpg compatibility library.
     882        <term><filename class="libraryfile">libecpg_compat.{so,a}</filename></term>
     883        <listitem>
     884          <para>
     885            is the ecpg compatibility library
    886886          </para>
    887887          <indexterm zone="postgresql libecpg_compat">
     
    892892
    893893      <varlistentry id="libgport">
    894         <term><filename class='libraryfile'>libgport.a</filename></term>
    895         <listitem>
    896           <para>
    897             is the port-specific subsystem of the Postgres backend.
     894        <term><filename class="libraryfile">libgport.a</filename></term>
     895        <listitem>
     896          <para>
     897            is the port-specific subsystem of the Postgres backend
    898898          </para>
    899899          <indexterm zone="postgresql libgport">
     
    904904
    905905      <varlistentry id="libpgtypes">
    906         <term><filename class='libraryfile'>libpgtypes.{so,a}</filename></term>
    907         <listitem>
    908           <para>
    909             contains functions for dealing with Postgres data types.
     906        <term><filename class="libraryfile">libpgtypes.{so,a}</filename></term>
     907        <listitem>
     908          <para>
     909            contains functions for dealing with Postgres data types
    910910          </para>
    911911          <indexterm zone="postgresql libpgtypes">
     
    916916
    917917      <varlistentry id="libpq">
    918         <term><filename class='libraryfile'>libpq.{so,a}</filename></term>
    919         <listitem>
    920           <para>
    921             is the C programmer's API to Postgres.
     918        <term><filename class="libraryfile">libpq.{so,a}</filename></term>
     919        <listitem>
     920          <para>
     921            is the C programmer's API to Postgres
    922922          </para>
    923923          <indexterm zone="postgresql libpq">
  • server/databases/sqlite.xml

    r4a80a67 r4c24eb0a  
    227227            A terminal-based front-end to the <application>SQLite</application>
    228228            library that can evaluate queries interactively and display the
    229             results.
     229            results
    230230          </para>
    231231          <indexterm zone="sqlite sqlite3">
     
    239239        <listitem>
    240240          <para>
    241             contains the <application>SQLite</application> API functions.
     241            contains the <application>SQLite</application> API functions
    242242          </para>
    243243          <indexterm zone="sqlite libsqlite3">
  • server/mail/dovecot.xml

    r4a80a67 r4c24eb0a  
    334334        </seg>
    335335        <seg>
    336           various internal plugins in <filename
    337           class="directory">/usr/lib/dovecot</filename>
     336          various internal plugins in
     337          <filename class="directory">/usr/lib/dovecot</filename>
    338338        </seg>
    339339        <seg>
     
    354354        <listitem>
    355355          <para>
    356             is the <application>Dovecot</application> administration tool.
     356            is the <application>Dovecot</application> administration tool
    357357          </para>
    358358          <indexterm zone="dovecot doveadm">
     
    367367          <para>
    368368            is <application>Dovecot</application>'s configuration dumping
    369             utility.
     369            utility
    370370          </para>
    371371          <indexterm zone="dovecot doveconf">
     
    379379        <listitem>
    380380          <para>
    381             is the IMAP and POP server.
     381            is the IMAP and POP server
    382382          </para>
    383383          <indexterm zone="dovecot dovecot-prog">
     
    392392          <para>
    393393            prints system information that is useful to the Dovecot developers
    394             when submitting bug reports upstream.
     394            when submitting bug reports upstream
    395395          </para>
    396396          <indexterm zone="dovecot dovecot-sysreport">
     
    405405          <para>
    406406            is <application>Dovecot</application>'s mailbox synchronization
    407             utility.
     407            utility
    408408          </para>
    409409          <indexterm zone="dovecot dsync">
  • server/mail/exim.xml

    r4a80a67 r4c24eb0a  
    462462        <listitem>
    463463          <para>
    464             cycles <application>Exim</application> log files.
     464            cycles <application>Exim</application> log files
    465465          </para>
    466466          <indexterm zone="exim exicyclog">
     
    474474        <listitem>
    475475          <para>
    476             searches <application>Exim</application> log files.
     476            searches <application>Exim</application> log files
    477477          </para>
    478478          <indexterm zone="exim exigrep">
     
    487487          <para>
    488488            is a symlink to the <command>exim-&exim-daemon-version;</command>
    489             MTA daemon.
     489            MTA daemon
    490490          </para>
    491491          <indexterm zone="exim exim-prog">
     
    499499        <listitem>
    500500          <para>
    501             is the <application>Exim</application> mail transport agent daemon.
     501            is the <application>Exim</application> mail transport agent daemon
    502502          </para>
    503503          <indexterm zone="exim exim-current_version">
     
    512512          <para>
    513513            states whether a given recipient address from a given host is
    514             acceptable or not.
     514            acceptable or not
    515515          </para>
    516516          <indexterm zone="exim exim_checkaccess">
     
    524524        <listitem>
    525525          <para>
    526             creates and rebuilds <application>Exim</application> databases.
     526            creates and rebuilds <application>Exim</application> databases
    527527          </para>
    528528          <indexterm zone="exim exim_dbmbuild">
     
    537537          <para>
    538538            writes the contents of <application>Exim</application>
    539             databases to the standard output.
     539            databases to the standard output
    540540          </para>
    541541          <indexterm zone="exim exim_dumpdb">
     
    549549        <listitem>
    550550          <para>
    551             modifies data in <application>Exim</application> databases.
     551            modifies data in <application>Exim</application> databases
    552552          </para>
    553553          <indexterm zone="exim exim_fixdb">
     
    561561        <listitem>
    562562          <para>
    563             locks a mailbox file.
     563            locks a mailbox file
    564564          </para>
    565565          <indexterm zone="exim exim_lock">
     
    574574          <para>
    575575            removes old records from <application>Exim</application>
    576             databases.
     576            databases
    577577          </para>
    578578          <indexterm zone="exim exim_tidydb">
     
    587587          <para>
    588588            generates mail statistics from <application>Exim</application>
    589             log files.
     589            log files
    590590          </para>
    591591          <indexterm zone="exim eximstats">
     
    599599        <listitem>
    600600          <para>
    601             queries remote host retry times.
     601            queries remote host retry times
    602602          </para>
    603603          <indexterm zone="exim exinext">
     
    611611        <listitem>
    612612          <para>
    613             selects messages based on various criteria.
     613            selects messages based on various criteria
    614614          </para>
    615615          <indexterm zone="exim exipick">
     
    623623        <listitem>
    624624          <para>
    625             is a utility for selective queue listing.
     625            is a utility for selective queue listing
    626626          </para>
    627627          <indexterm zone="exim exiqgrep">
     
    635635        <listitem>
    636636          <para>
    637             produces a summary of the messages in the mail queue.
     637            produces a summary of the messages in the mail queue
    638638          </para>
    639639          <indexterm zone="exim exiqsumm">
     
    648648          <para>
    649649            queries running <application>Exim</application>
    650           processes.
     650          processes
    651651          </para>
    652652          <indexterm zone="exim exiwhat">
     
    662662            is a start-up shell script for <command>eximon.bin</command>
    663663            used to set the required environment variables before running the
    664             program.
     664            program
    665665          </para>
    666666          <indexterm zone="exim eximon">
     
    677677            <application>X</application> window, and also contains a menu
    678678            interface to <application>Exim</application>'s command line
    679             administration options.
     679            administration options
    680680          </para>
    681681          <indexterm zone="exim eximon.bin">
  • server/mail/postfix.xml

    r4a80a67 r4c24eb0a  
    485485        <listitem>
    486486          <para>
    487             A symlink to <filename>sendmail</filename>.
     487            A symlink to <filename>sendmail</filename>
    488488          </para>
    489489          <indexterm zone="postfix mailq">
     
    497497        <listitem>
    498498          <para>
    499             A symlink to <filename>sendmail</filename>.
     499            A symlink to <filename>sendmail</filename>
    500500          </para>
    501501          <indexterm zone="postfix newaliases">
     
    523523          <para>
    524524            Prints the contents of files from the
    525             <application>Postfix</application> queue in human readable format.
     525            <application>Postfix</application> queue in human readable format
    526526          </para>
    527527          <indexterm zone="postfix postcat">
     
    536536          <para>
    537537            Displays or changes the value of
    538             <application>Postfix</application> configuration parameters.
     538            <application>Postfix</application> configuration parameters
    539539          </para>
    540540          <indexterm zone="postfix postconf">
     
    549549          <para>
    550550            Creates a file in the maildrop directory and copies its standard
    551             input to the file.
     551            input to the file
    552552          </para>
    553553          <indexterm zone="postfix postdrop">
     
    561561        <listitem>
    562562          <para>
    563             is the <application>Postfix</application> control program.
     563            is the <application>Postfix</application> control program
    564564          </para>
    565565          <indexterm zone="postfix postfix-bin">
     
    574574          <para>
    575575            Sends requests to the specified service over a local transport
    576             channel.
     576            channel
    577577          </para>
    578578          <indexterm zone="postfix postkick">
     
    587587          <para>
    588588            Locks a mail folder for exclusive use, and executes commands passed
    589             to it.
     589            to it
    590590          </para>
    591591          <indexterm zone="postfix postlock">
     
    600600          <para>
    601601            A <application>Postfix</application>-compatible logging interface
    602             for use in, for example, shell scripts.
     602            for use in, for example, shell scripts
    603603          </para>
    604604          <indexterm zone="postfix postlog">
     
    613613          <para>
    614614            Creates or queries one or more Postfix lookup tables, or updates an
    615             existing one.
     615            existing one
    616616          </para>
    617617          <indexterm zone="postfix postmap">
     
    627627            is the <application>Postfix</application> multi-instance manager.
    628628            It allows a system administrator to manage multiple
    629             <application>Postfix</application> instances on a single host.
     629            <application>Postfix</application> instances on a single host
    630630          </para>
    631631          <indexterm zone="postfix postmulti">
     
    640640          <para>
    641641            The <application>Postfix</application> user interface for
    642             queue management.
     642            queue management
    643643          </para>
    644644          <indexterm zone="postfix postqueue">
     
    653653          <para>
    654654            The <application>Postfix</application> user interface for
    655             superuser queue management.
     655            superuser queue management
    656656          </para>
    657657          <indexterm zone="postfix postsuper">
     
    666666          <para>
    667667            is the <application>Postfix</application> to
    668             <application>Sendmail</application> compatibility interface.
     668            <application>Sendmail</application> compatibility interface
    669669          </para>
    670670          <indexterm zone="postfix sendmail-postfix">
  • server/mail/sendmail.xml

    r4a80a67 r4c24eb0a  
    393393        <listitem>
    394394          <para>
    395             queries and edits <application>sendmail</application> map files.
     395            queries and edits <application>sendmail</application> map files
    396396          </para>
    397397          <indexterm zone="sendmail editmap">
     
    405405        <listitem>
    406406          <para>
    407             prints <application>sendmail</application>'s persistent host status.
     407            prints <application>sendmail</application>'s persistent host status
    408408          </para>
    409409          <indexterm zone="sendmail hoststat">
     
    417417        <listitem>
    418418          <para>
    419             displays <application>sendmail</application> statistics.
     419            displays <application>sendmail</application> statistics
    420420          </para>
    421421          <indexterm zone="sendmail mailstats">
     
    429429        <listitem>
    430430          <para>
    431             prints a summary of outbound mail messages waiting for delivery.
     431            prints a summary of outbound mail messages waiting for delivery
    432432          </para>
    433433          <indexterm zone="sendmail mailq-sendmail">
     
    441441        <listitem>
    442442          <para>
    443             creates <application>sendmail</application> map files.
     443            creates <application>sendmail</application> map files
    444444          </para>
    445445          <indexterm zone="sendmail makemap">
     
    454454          <para>
    455455            rebuilds <filename>/etc/mail/aliases.db</filename> from the
    456             contents of <filename>/etc/mail/aliases</filename>.
     456            contents of <filename>/etc/mail/aliases</filename>
    457457          </para>
    458458          <indexterm zone="sendmail newaliases-sendmail">
     
    466466        <listitem>
    467467          <para>
    468             displays current <application>sendmail</application> aliases.
     468            displays current <application>sendmail</application> aliases
    469469          </para>
    470470          <indexterm zone="sendmail praliases">
     
    479479          <para>
    480480            causes <application>sendmail</application> to clear (purge)
    481             all its host-status information.
     481            all its host-status information
    482482          </para>
    483483          <indexterm zone="sendmail purgestat">
     
    491491        <listitem>
    492492          <para>
    493             is the <application>sendmail</application> mail transport agent.
     493            is the <application>sendmail</application> mail transport agent
    494494          </para>
    495495          <indexterm zone="sendmail sendmail-prog-sendmail">
     
    503503        <listitem>
    504504          <para>
    505             is a restricted shell for <application>sendmail</application>.
     505            is a restricted shell for <application>sendmail</application>
    506506          </para>
    507507          <indexterm zone="sendmail smrsh">
     
    515515        <listitem>
    516516          <para>
    517             is an email auto responder.
     517            is an email auto responder
    518518          </para>
    519519          <indexterm zone="sendmail vacation-sendmail">
  • server/major/apache.xml

    r4a80a67 r4c24eb0a  
    345345          <para>
    346346            is a tool for benchmarking your <application>Apache</application>
    347             HTTP server.
     347            HTTP server
    348348          </para>
    349349          <indexterm zone="apache ab">
     
    359359            is a front end to the <application>Apache</application> HTTP server
    360360            which is designed to help the administrator control the functioning
    361             of the <application>Apache</application> httpd daemon.
     361            of the <application>Apache</application> httpd daemon
    362362          </para>
    363363          <indexterm zone="apache apachectl">
     
    372372          <para>
    373373            is a tool for building and installing extension modules for the
    374             <application>Apache</application> HTTP server.
     374            <application>Apache</application> HTTP server
    375375          </para>
    376376          <indexterm zone="apache apxs">
     
    387387            specified. This is to see if it is a valid group for Apache2 to use
    388388            at runtime. If the user (should be run as superuser) is in that
    389             group, or can setgid to it, it will return 0.
     389            group, or can setgid to it, it will return 0
    390390          </para>
    391391          <indexterm zone="apache checkgid">
     
    400400          <para>
    401401            is used to create and update the DBM format files used to store
    402             usernames and passwords for basic authentication of HTTP users.
     402            usernames and passwords for basic authentication of HTTP users
    403403          </para>
    404404          <indexterm zone="apache dbmmanage">
     
    412412        <listitem>
    413413          <para>
    414             is a tool to start a FastCGI program.
     414            is a tool to start a FastCGI program
    415415          </para>
    416416          <indexterm zone="apache fcgistarter">
     
    424424        <listitem>
    425425          <para>
    426             is used to clean up the disk cache.
     426            is used to clean up the disk cache
    427427          </para>
    428428          <indexterm zone="apache htcacheclean">
     
    436436        <listitem>
    437437          <para>
    438             is used to manipulate the DBM password databases.
     438            is used to manipulate the DBM password databases
    439439          </para>
    440440          <indexterm zone="apache htdbm">
     
    449449          <para>
    450450            is used to create and update the flat-files used to store usernames,
    451             realms and passwords for digest authentication of HTTP users.
     451            realms and passwords for digest authentication of HTTP users
    452452          </para>
    453453          <indexterm zone="apache htdigest">
     
    462462          <para>
    463463            is used to create and update the flat-files used to store usernames
    464             and passwords for basic authentication of HTTP users.
     464            and passwords for basic authentication of HTTP users
    465465          </para>
    466466          <indexterm zone="apache htpasswd">
     
    474474        <listitem>
    475475          <para>
    476             is the <application>Apache</application> HTTP server program.
     476            is the <application>Apache</application> HTTP server program
    477477          </para>
    478478          <indexterm zone="apache httpd">
     
    486486        <listitem>
    487487          <para>
    488             is used to generate DBM files from text, for use in RewriteMap.
     488            is used to generate DBM files from text, for use in RewriteMap
    489489          </para>
    490490          <indexterm zone="apache httxt2dbm">
     
    499499          <para>
    500500            is a post-processing program to resolve IP-addresses in
    501             <application>Apache</application>'s access log files.
     501            <application>Apache</application>'s access log files
    502502          </para>
    503503          <indexterm zone="apache logresolve">
     
    512512          <para>
    513513            is a simple program for use in conjunction with
    514             <application>Apache</application>'s piped log file feature.
     514            <application>Apache</application>'s piped log file feature
    515515          </para>
    516516          <indexterm zone="apache rotatelogs">
     
    524524        <listitem>
    525525          <para>
    526             allows users to run CGI and SSI applications as a different user.
     526            allows users to run CGI and SSI applications as a different user
    527527          </para>
    528528          <indexterm zone="apache suexec">
  • server/major/bind.xml

    r4a80a67 r4c24eb0a  
    590590        <listitem>
    591591          <para>
    592             translates IP addresses to the corresponding ARPA names.
     592            translates IP addresses to the corresponding ARPA names
    593593          </para>
    594594          <indexterm zone="bind arpaname">
     
    616616        <listitem>
    617617          <para>
    618             generates a key for use by nsupdate and named.
     618            generates a key for use by nsupdate and named
    619619          </para>
    620620          <indexterm zone="bind ddns-confgen">
     
    629629          <para>
    630630            is a new debugging tool that is a successor to
    631             <command>dig</command>.
     631            <command>dig</command>
    632632          </para>
    633633          <indexterm zone="bind delv">
     
    641641        <listitem>
    642642          <para>
    643             interrogates DNS servers.
     643            interrogates DNS servers
    644644          </para>
    645645          <indexterm zone="bind dig">
     
    654654          <para>
    655655            changes DS records for a child zone based on
    656             CDS/CDNSKEY.
     656            CDS/CDNSKEY
    657657          </para>
    658658          <indexterm zone="bind dnssec-cds">
     
    666666        <listitem>
    667667          <para>
    668             is a DNSSEC delegation consistency checking tool.
     668            is a DNSSEC delegation consistency checking tool
    669669          </para>
    670670          <indexterm zone="bind dnssec-checkds">
     
    680680            verifies that the DNSSEC keys for a given zone or a set of zones
    681681            have timing metadata set properly to ensure no future lapses
    682             in DNSSEC coverage.
     682            in DNSSEC coverage
    683683          </para>
    684684          <indexterm zone="bind dnssec-coverage">
     
    692692        <listitem>
    693693          <para>
    694             outputs the Delegation Signer (DS) resource record (RR).
     694            outputs the Delegation Signer (DS) resource record (RR)
    695695          </para>
    696696          <indexterm zone="bind dnssec-dsfromkey">
     
    705705          <para>
    706706             reads a public DNSKEY record and generates a pair of
    707              .key/.private files.
     707             .key/.private files
    708708          </para>
    709709          <indexterm zone="bind dnssec-importkey">
     
    718718          <para>
    719719            gets keys with the given label from a cryptography hardware device
    720             and builds key files for DNSSEC.
     720            and builds key files for DNSSEC
    721721          </para>
    722722          <indexterm zone="bind dnssec-keyfromlabel">
     
    730730        <listitem>
    731731          <para>
    732             is a key generator for secure DNS.
     732            is a key generator for secure DNS
    733733          </para>
    734734          <indexterm zone="bind dnssec-keygen">
     
    742742        <listitem>
    743743          <para>
    744             ensures correct DNSKEY coverage based on a defined policy.
     744            ensures correct DNSKEY coverage based on a defined policy
    745745          </para>
    746746          <indexterm zone="bind dnssec-keymgr">
     
    754754        <listitem>
    755755          <para>
    756             sets the REVOKED bit on a DNSSEC key.
     756            sets the REVOKED bit on a DNSSEC key
    757757          </para>
    758758          <indexterm zone="bind dnssec-revoke">
     
    766766        <listitem>
    767767          <para>
    768             sets the key timing metadata for a DNSSEC key.
     768            sets the key timing metadata for a DNSSEC key
    769769          </para>
    770770          <indexterm zone="bind dnssec-settime">
     
    778778        <listitem>
    779779          <para>
    780             generates signed versions of zone files.
     780            generates signed versions of zone files
    781781          </para>
    782782          <indexterm zone="bind dnssec-signzone">
     
    792792            verifies that a zone is fully signed for each algorithm found
    793793            in the DNSKEY RRset for the zone, and that the NSEC / NSEC3
    794             chains are complete.
     794            chains are complete
    795795          </para>
    796796          <indexterm zone="bind dnssec-verify">
     
    818818        <listitem>
    819819          <para>
    820             is a utility for DNS lookups.
     820            is a utility for DNS lookups
    821821          </para>
    822822          <indexterm zone="bind host">
     
    868868        <listitem>
    869869          <para>
    870             is a version of dig that allows multiple queries at once.
     870            is a version of dig that allows multiple queries at once
    871871          </para>
    872872          <indexterm zone="bind mdig">
     
    880880        <listitem>
    881881          <para>
    882             is the name server daemon.
     882            is the name server daemon
    883883          </para>
    884884          <indexterm zone="bind named">
     
    893893          <para>
    894894            checks the syntax of <filename>named.conf</filename>
    895             files.
     895            files
    896896          </para>
    897897          <indexterm zone="bind named-checkconf">
     
    905905        <listitem>
    906906          <para>
    907             checks zone file validity.
     907            checks zone file validity
    908908          </para>
    909909          <indexterm zone="bind named-checkzone">
     
    918918          <para>
    919919            is similar to <command>named-checkzone</command>, but it always
    920             dumps the zone contents to a specified file in a specified format.
     920            dumps the zone contents to a specified file in a specified format
    921921          </para>
    922922          <indexterm zone="bind named-compilezone">
     
    930930        <listitem>
    931931          <para>
    932             prints the zone journal in human-readable form.
     932            prints the zone journal in human-readable form
    933933          </para>
    934934          <indexterm zone="bind named-journalprint">
     
    943943          <para>
    944944            reads an individual DNS resource record from standard input and
    945             checks if it is syntactically correct.
     945            checks if it is syntactically correct
    946946          </para>
    947947          <indexterm zone="bind named-rrchecker">
     
    955955        <listitem>
    956956          <para>
    957             converts an NZD database to NZF text format.
     957            converts an NZD database to NZF text format
    958958          </para>
    959959          <indexterm zone="bind named-nzd2nzf">
     
    967967        <listitem>
    968968          <para>
    969             generates an NSEC3 hash based on a set of NSEC3 parameters.
     969            generates an NSEC3 hash based on a set of NSEC3 parameters
    970970          </para>
    971971          <indexterm zone="bind nsec3hash">
     
    979979        <listitem>
    980980          <para>
    981             is a program used to query Internet domain nameservers.
     981            is a program used to query Internet domain nameservers
    982982          </para>
    983983          <indexterm zone="bind nslookup">
     
    991991        <listitem>
    992992          <para>
    993             is used to submit DNS update requests.
     993            is used to submit DNS update requests
    994994          </para>
    995995          <indexterm zone="bind nsupdate">
     
    10031003        <listitem>
    10041004          <para>
    1005             controls the operation of <application>BIND</application>.
     1005            controls the operation of <application>BIND</application>
    10061006          </para>
    10071007          <indexterm zone="bind rndc">
     
    10151015        <listitem>
    10161016          <para>
    1017             generates <filename>rndc.conf</filename> files.
     1017            generates <filename>rndc.conf</filename> files
    10181018          </para>
    10191019          <indexterm zone="bind rndc-confgen">
     
    10271027        <listitem>
    10281028          <para>
    1029             is a symlink to <command>ddns-confgen</command>.
     1029            is a symlink to <command>ddns-confgen</command>
    10301030          </para>
    10311031          <indexterm zone="bind tsig-keygen">
  • server/major/proftpd.xml

    r4a80a67 r4c24eb0a  
    334334        <listitem>
    335335          <para>
    336             is the FTP daemon.
     336            is the FTP daemon
    337337          </para>
    338338          <indexterm zone="proftpd proftpd-prog">
     
    346346        <listitem>
    347347          <para>
    348             shows the current number of connections.
     348            shows the current number of connections
    349349          </para>
    350350          <indexterm zone="proftpd ftpcount">
     
    358358        <listitem>
    359359          <para>
    360             is used to control the  proftpd daemon while it is running.
     360            is used to control the  proftpd daemon while it is running
    361361          </para>
    362362          <indexterm zone="proftpd ftpdctl">
     
    371371          <para>
    372372            is a Perl script designed to create and manage
    373             AuthUserFiles and AuthGroupFiles of the correct format for proftpd.
     373            AuthUserFiles and AuthGroupFiles of the correct format for proftpd
    374374          </para>
    375375          <indexterm zone="proftpd ftpasswd">
     
    383383        <listitem>
    384384          <para>
    385             is a Perl script for sending email based on the proftpd TransferLog.
     385            is a Perl script for sending email based on the proftpd TransferLog
    386386          </para>
    387387          <indexterm zone="proftpd ftpmail">
     
    397397            is a Perl script designed to create and manage limits and tally
    398398            files for the mod_quotatab + mod_quotatab_file module combination
    399             for proftpd.
     399            for proftpd
    400400          </para>
    401401          <indexterm zone="proftpd ftpquota">
     
    409409        <listitem>
    410410          <para>
    411             provides a way to scrub the scoreboard file on demand.
     411            provides a way to scrub the scoreboard file on demand
    412412          </para>
    413413          <indexterm zone="proftpd ftpscrub">
     
    422422          <para>
    423423            shuts down all <application>proftpd</application> servers
    424             at a given time.
     424            at a given time
    425425          </para>
    426426          <indexterm zone="proftpd ftpshut">
     
    434434        <listitem>
    435435          <para>
    436             displays running status on connections.
     436            displays running status on connections
    437437          </para>
    438438          <indexterm zone="proftpd ftptop">
     
    446446        <listitem>
    447447          <para>
    448             shows current process information for each session.
     448            shows current process information for each session
    449449          </para>
    450450          <indexterm zone="proftpd ftpwho">
     
    460460            is a Perl script designed to compile and install third-party
    461461            modules, from source code, as DSO modules for the installed
    462             proftpd.
     462            proftpd
    463463          </para>
    464464          <indexterm zone="proftpd prxs">
  • server/major/vsftpd.xml

    r4a80a67 r4c24eb0a  
    319319        <listitem>
    320320          <para>
    321             is the FTP daemon.
     321            is the FTP daemon
    322322          </para>
    323323          <indexterm zone="vsftpd vsftpd-prog">
  • server/other/openldap.xml

    r4a80a67 r4c24eb0a  
    554554        <listitem>
    555555          <para>
    556             opens a connection to an LDAP server, binds and adds entries.
     556            opens a connection to an LDAP server, binds and adds entries
    557557          </para>
    558558          <indexterm zone="openldap ldapadd">
     
    567567          <para>
    568568            opens a connection to an LDAP server, binds and performs
    569             a compare using specified parameters.
     569            a compare using specified parameters
    570570          </para>
    571571          <indexterm zone="openldap ldapcompare">
     
    580580          <para>
    581581            opens a connection to an LDAP server, binds and deletes
    582             one or more entries.
     582            one or more entries
    583583          </para>
    584584          <indexterm zone="openldap ldapdelete">
     
    594594            issues the LDAP extended operation specified by
    595595            oid or one of the  special  keywords  whoami,
    596             cancel, or refresh.
     596            cancel, or refresh
    597597          </para>
    598598          <indexterm zone="openldap ldapexop">
     
    606606        <listitem>
    607607          <para>
    608             opens a connection to an LDAP server, binds and modifies entries.
     608            opens a connection to an LDAP server, binds and modifies entries
    609609          </para>
    610610          <indexterm zone="openldap ldapmodify">
     
    619619          <para>
    620620            opens a connection to an LDAP server, binds and modifies
    621             the RDN of entries.
     621            the RDN of entries
    622622          </para>
    623623          <indexterm zone="openldap ldapmodrdn">
     
    631631        <listitem>
    632632          <para>
    633             is a tool used to set the password of an LDAP user.
     633            is a tool used to set the password of an LDAP user
    634634          </para>
    635635          <indexterm zone="openldap ldappasswd">
     
    644644          <para>
    645645            opens a connection to an LDAP server, binds and performs
    646             a search using specified parameters.
     646            a search using specified parameters
    647647          </para>
    648648          <indexterm zone="openldap ldapsearch">
     
    657657          <para>
    658658            is a command that allows to either compose or
    659             decompose LDAP URIs.
     659            decompose LDAP URIs
    660660          </para>
    661661          <indexterm zone="openldap ldapurl">
     
    670670          <para>
    671671            opens a connection to an LDAP server, binds and displays
    672             whoami information.
     672            whoami information
    673673          </para>
    674674          <indexterm zone="openldap ldapwhoami">
     
    684684            is used to check the behavior of slapd by verifying
    685685            access to directory data according to the access control
    686             list directives defined in its configuration.
     686            list directives defined in its configuration
    687687          </para>
    688688          <indexterm zone="openldap slapacl">
     
    697697          <para>
    698698            is used to add entries specified in LDAP Directory Interchange
    699             Format (LDIF) to an LDAP database.
     699            Format (LDIF) to an LDAP database
    700700          </para>
    701701          <indexterm zone="openldap slapadd">
     
    711711            is used to check the behavior of the slapd
    712712            in mapping identities for authentication and
    713             authorization purposes, as specified in slapd.conf.
     713            authorization purposes, as specified in slapd.conf
    714714          </para>
    715715          <indexterm zone="openldap slapauth">
     
    724724          <para>
    725725            is used to generate an LDAP LDIF output based upon the
    726             contents of a slapd database.
     726            contents of a slapd database
    727727          </para>
    728728          <indexterm zone="openldap slapcat">
     
    736736        <listitem>
    737737          <para>
    738             is the standalone LDAP server.
     738            is the standalone LDAP server
    739739          </para>
    740740          <indexterm zone="openldap slapd">
     
    748748        <listitem>
    749749          <para>
    750             checks a list of string-represented DNs based on schema syntax.
     750            checks a list of string-represented DNs based on schema syntax
    751751          </para>
    752752          <indexterm zone="openldap slapdn">
     
    761761          <para>
    762762            is used to regenerate slapd indexes based upon the current
    763             contents of a database.
     763            contents of a database
    764764          </para>
    765765          <indexterm zone="openldap slapindex">
     
    773773        <listitem>
    774774          <para>
    775             is an <application>OpenLDAP</application> password utility.
     775            is an <application>OpenLDAP</application> password utility
    776776          </para>
    777777          <indexterm zone="openldap slappasswd">
     
    786786          <para>
    787787            is used to check schema compliance of the contents
    788             of a slapd database.
     788            of a slapd database
    789789          </para>
    790790          <indexterm zone="openldap slapschema">
     
    798798        <listitem>
    799799          <para>
    800             checks the sanity of the <filename>slapd.conf</filename> file.
     800            checks the sanity of the <filename>slapd.conf</filename> file
    801801          </para>
    802802          <indexterm zone="openldap slaptest">
     
    815815            Encoding Rules defined by LDAP. They are not normally used directly
    816816            by an LDAP application program except in the handling of controls
    817             and extended operations.
     817            and extended operations
    818818          </para>
    819819          <indexterm zone="openldap liblber">
     
    828828          <para>
    829829            supports the LDAP programs and provide functionality for
    830             other programs interacting with LDAP.
     830            other programs interacting with LDAP
    831831          </para>
    832832          <indexterm zone="openldap libldap">
     
    841841          <para>
    842842            contains the functions required by the LDAP programs to
    843             produce the results from LDAP requests.
     843            produce the results from LDAP requests
    844844          </para>
    845845          <indexterm zone="openldap libldap_r">
  • server/other/unbound.xml

    r4a80a67 r4c24eb0a  
    288288        <listitem>
    289289          <para>
    290             is a DNS resolver daemon.
     290            is a DNS resolver daemon
    291291          </para>
    292292          <indexterm zone="unbound unbound-prog">
     
    301301          <para>
    302302            performs setup or update of the root trust anchor for DNSSEC
    303             validation.
     303            validation
    304304          </para>
    305305          <indexterm zone="unbound unbound-anchor">
     
    314314          <para>
    315315            checks the <command>unbound</command> configuration file for syntax
    316             and other errors.
     316            and other errors
    317317          </para>
    318318          <indexterm zone="unbound unbound-checkconf">
     
    327327          <para>
    328328            performs remote administration on the <command>unbound</command> DNS
    329             resolver.
     329            resolver
    330330          </para>
    331331          <indexterm zone="unbound unbound-control">
     
    340340          <para>
    341341            generates a self-signed certificate and private keys for the server
    342             and client.
     342            and client
    343343          </para>
    344344          <indexterm zone="unbound unbound-control-setup">
     
    353353          <para>
    354354            is a DNS lookup utility similar to <command>host</command> from
    355             <xref linkend="bind-utils"/>.
     355            <xref linkend="bind-utils"/>
    356356          </para>
    357357          <indexterm zone="unbound unbound-host">
     
    366366          <para>
    367367            provides the <application>Unbound</application> API functions to
    368             programs.
     368            programs
    369369          </para>
    370370          <indexterm zone="unbound libunbound">
Note: See TracChangeset for help on using the changeset viewer.