Skip to content

Commit 6c588c9

Browse files
iangilfillancvicentiu
authored andcommitted
MDEV-14927: Missing man pages
1 parent f4454a3 commit 6c588c9

File tree

8 files changed

+72
-5
lines changed

8 files changed

+72
-5
lines changed

man/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ SET(MAN1_SERVER innochecksum.1 my_print_defaults.1 myisam_ftdump.1 myisamchk.1
2626
mysqld_safe_helper.1 tokuftdump.1 wsrep_sst_common.1
2727
wsrep_sst_mysqldump.1 wsrep_sst_rsync.1
2828
wsrep_sst_xtrabackup-v2.1 wsrep_sst_xtrabackup.1
29-
galera_recovery.1 galera_new_cluster.1 tokuft_logdump.1)
29+
galera_recovery.1 galera_new_cluster.1 tokuft_logprint.1
30+
wsrep_sst_mariabackup.1 mbstream.1 mariabackup.1
31+
wsrep_sst_rsync_wan.1)
3032
SET(MAN8_SERVER mysqld.8)
3133
SET(MAN1_CLIENT msql2mysql.1 mysql.1 mysql_find_rows.1 mysql_waitpid.1
3234
mysqlaccess.1 mysqladmin.1 mysqlbinlog.1 mysqlcheck.1
3335
mysqldump.1 mysqlimport.1 mysqlshow.1 mysqlslap.1
34-
mysql_plugin.1)
36+
mysql_plugin.1 mysql_embedded.1)
3537
SET(MAN1_DEVEL mysql_config.1)
3638
SET(MAN1_TEST mysql-stress-test.pl.1 mysql-test-run.pl.1 mysql_client_test.1
3739
mysqltest_embedded.1 mysql_client_test_embedded.1 my_safe_process.1)

man/mariabackup.1

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
'\" t
2+
.\"
3+
.TH "\FBMARIABACKUP\FR" "1" "9 August 2018" "MariaDB 10\&.1" "MariaDB Database System"
4+
.\" -----------------------------------------------------------------
5+
.\" * set default formatting
6+
.\" -----------------------------------------------------------------
7+
.\" disable hyphenation
8+
.nh
9+
.\" disable justification (adjust text to left margin only)
10+
.ad l
11+
.SH NAME
12+
mariabackup \- Backup tool
13+
.SH DESCRIPTION
14+
Use \fBmariabackup \-\-help\fR for details on usage\.
15+
.PP
16+
For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/

man/mbstream.1

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
'\" t
2+
.\"
3+
.TH "\FBMBSTREAM\FR" "1" "9 August 2018" "MariaDB 10\&.1" "MariaDB Database System"
4+
.\" -----------------------------------------------------------------
5+
.\" * set default formatting
6+
.\" -----------------------------------------------------------------
7+
.\" disable hyphenation
8+
.nh
9+
.\" disable justification (adjust text to left margin only)
10+
.ad l
11+
.SH NAME
12+
mbstream \- Serialize/deserialize files in the XBSTREAM format
13+
.SH DESCRIPTION
14+
Use \fBmbstream \-\-help\fR for details on usage\.
15+
.PP
16+
For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/

man/mysql_embedded.1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.so man1/mysql.1

man/tokuft_logdump.1 renamed to man/tokuft_logprint.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
.SH NAME
1212
tokuft_logprint \- Dump the log from stdin to stdout
1313
.SH DESCRIPTION
14-
Use: Dump the log from stdin to stdout\.
14+
Use: Dump the log from stdin to stdout\. Use \fBtokuft_logprint \-\-help\fR for details on usage\.
1515
.PP
1616
For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/

man/wsrep_sst_mariabackup.1

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
'\" t
2+
.\"
3+
.TH "\FBWSREP_SST_MARIABACKUP\FR" "1" "8 August 2018" "MariaDB 10\&.1" "MariaDB Database System"
4+
.\" -----------------------------------------------------------------
5+
.\" * set default formatting
6+
.\" -----------------------------------------------------------------
7+
.\" disable hyphenation
8+
.nh
9+
.\" disable justification (adjust text to left margin only)
10+
.ad l
11+
.SH NAME
12+
wsrep_sst_mariabackup \- mariabackup\-based state snapshot transfer
13+
.SH DESCRIPTION
14+
Use: mariabackup-based state snapshot transfer\.
15+
.PP
16+
For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/

man/wsrep_sst_rsync.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'\" t
22
.\"
3-
.TH "\FBWSREP_SST_RSYNC\FR" "1" "26 January 2017" "MariaDB 10\&.1" "MariaDB Database System"
3+
.TH "\FBWSREP_SST_RSYNC\FR" "1" "9 August 2018" "MariaDB 10\&.1" "MariaDB Database System"
44
.\" -----------------------------------------------------------------
55
.\" * set default formatting
66
.\" -----------------------------------------------------------------
@@ -9,7 +9,7 @@
99
.\" disable justification (adjust text to left margin only)
1010
.ad l
1111
.SH NAME
12-
wsrep_sst_mysqldump \- rsync-based state snapshot transfer
12+
wsrep_sst_rsync \- rsync-based state snapshot transfer
1313
.SH DESCRIPTION
1414
Use: rsync-based state snapshot transfer\.
1515
.PP

man/wsrep_sst_rsync_wan.1

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
'\" t
2+
.\"
3+
.TH "\FBWSREP_SST_RSYNC_WAN\FR" "1" "9 August 2018" "MariaDB 10\&.1" "MariaDB Database System"
4+
.\" -----------------------------------------------------------------
5+
.\" * set default formatting
6+
.\" -----------------------------------------------------------------
7+
.\" disable hyphenation
8+
.nh
9+
.\" disable justification (adjust text to left margin only)
10+
.ad l
11+
.SH NAME
12+
wsrep_sst_rsync_wan \- rsync_wan (rsync with delta transfers)\-based state snapshot transfer
13+
.SH DESCRIPTION
14+
Use: rsync_wan\-based state snapshot transfer\.
15+
.PP
16+
For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/

0 commit comments

Comments
 (0)