mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 13:45:34 +02:00
MDEV-14927: Missing man pages
This commit is contained in:
parent
f4454a35fc
commit
6c588c92a9
8 changed files with 72 additions and 5 deletions
|
|
@ -26,12 +26,14 @@ SET(MAN1_SERVER innochecksum.1 my_print_defaults.1 myisam_ftdump.1 myisamchk.1
|
|||
mysqld_safe_helper.1 tokuftdump.1 wsrep_sst_common.1
|
||||
wsrep_sst_mysqldump.1 wsrep_sst_rsync.1
|
||||
wsrep_sst_xtrabackup-v2.1 wsrep_sst_xtrabackup.1
|
||||
galera_recovery.1 galera_new_cluster.1 tokuft_logdump.1)
|
||||
galera_recovery.1 galera_new_cluster.1 tokuft_logprint.1
|
||||
wsrep_sst_mariabackup.1 mbstream.1 mariabackup.1
|
||||
wsrep_sst_rsync_wan.1)
|
||||
SET(MAN8_SERVER mysqld.8)
|
||||
SET(MAN1_CLIENT msql2mysql.1 mysql.1 mysql_find_rows.1 mysql_waitpid.1
|
||||
mysqlaccess.1 mysqladmin.1 mysqlbinlog.1 mysqlcheck.1
|
||||
mysqldump.1 mysqlimport.1 mysqlshow.1 mysqlslap.1
|
||||
mysql_plugin.1)
|
||||
mysql_plugin.1 mysql_embedded.1)
|
||||
SET(MAN1_DEVEL mysql_config.1)
|
||||
SET(MAN1_TEST mysql-stress-test.pl.1 mysql-test-run.pl.1 mysql_client_test.1
|
||||
mysqltest_embedded.1 mysql_client_test_embedded.1 my_safe_process.1)
|
||||
|
|
|
|||
16
man/mariabackup.1
Normal file
16
man/mariabackup.1
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
'\" t
|
||||
.\"
|
||||
.TH "\FBMARIABACKUP\FR" "1" "9 August 2018" "MariaDB 10\&.1" "MariaDB Database System"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * set default formatting
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
.ad l
|
||||
.SH NAME
|
||||
mariabackup \- Backup tool
|
||||
.SH DESCRIPTION
|
||||
Use \fBmariabackup \-\-help\fR for details on usage\.
|
||||
.PP
|
||||
For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/
|
||||
16
man/mbstream.1
Normal file
16
man/mbstream.1
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
'\" t
|
||||
.\"
|
||||
.TH "\FBMBSTREAM\FR" "1" "9 August 2018" "MariaDB 10\&.1" "MariaDB Database System"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * set default formatting
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
.ad l
|
||||
.SH NAME
|
||||
mbstream \- Serialize/deserialize files in the XBSTREAM format
|
||||
.SH DESCRIPTION
|
||||
Use \fBmbstream \-\-help\fR for details on usage\.
|
||||
.PP
|
||||
For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/
|
||||
1
man/mysql_embedded.1
Normal file
1
man/mysql_embedded.1
Normal file
|
|
@ -0,0 +1 @@
|
|||
.so man1/mysql.1
|
||||
|
|
@ -11,6 +11,6 @@
|
|||
.SH NAME
|
||||
tokuft_logprint \- Dump the log from stdin to stdout
|
||||
.SH DESCRIPTION
|
||||
Use: Dump the log from stdin to stdout\.
|
||||
Use: Dump the log from stdin to stdout\. Use \fBtokuft_logprint \-\-help\fR for details on usage\.
|
||||
.PP
|
||||
For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/
|
||||
16
man/wsrep_sst_mariabackup.1
Normal file
16
man/wsrep_sst_mariabackup.1
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
'\" t
|
||||
.\"
|
||||
.TH "\FBWSREP_SST_MARIABACKUP\FR" "1" "8 August 2018" "MariaDB 10\&.1" "MariaDB Database System"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * set default formatting
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
.ad l
|
||||
.SH NAME
|
||||
wsrep_sst_mariabackup \- mariabackup\-based state snapshot transfer
|
||||
.SH DESCRIPTION
|
||||
Use: mariabackup-based state snapshot transfer\.
|
||||
.PP
|
||||
For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
'\" t
|
||||
.\"
|
||||
.TH "\FBWSREP_SST_RSYNC\FR" "1" "26 January 2017" "MariaDB 10\&.1" "MariaDB Database System"
|
||||
.TH "\FBWSREP_SST_RSYNC\FR" "1" "9 August 2018" "MariaDB 10\&.1" "MariaDB Database System"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * set default formatting
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
.\" disable justification (adjust text to left margin only)
|
||||
.ad l
|
||||
.SH NAME
|
||||
wsrep_sst_mysqldump \- rsync-based state snapshot transfer
|
||||
wsrep_sst_rsync \- rsync-based state snapshot transfer
|
||||
.SH DESCRIPTION
|
||||
Use: rsync-based state snapshot transfer\.
|
||||
.PP
|
||||
|
|
|
|||
16
man/wsrep_sst_rsync_wan.1
Normal file
16
man/wsrep_sst_rsync_wan.1
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
'\" t
|
||||
.\"
|
||||
.TH "\FBWSREP_SST_RSYNC_WAN\FR" "1" "9 August 2018" "MariaDB 10\&.1" "MariaDB Database System"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * set default formatting
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
.ad l
|
||||
.SH NAME
|
||||
wsrep_sst_rsync_wan \- rsync_wan (rsync with delta transfers)\-based state snapshot transfer
|
||||
.SH DESCRIPTION
|
||||
Use: rsync_wan\-based state snapshot transfer\.
|
||||
.PP
|
||||
For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/
|
||||
Loading…
Add table
Add a link
Reference in a new issue