Skip to content

Commit 107de65

Browse files
iangilfillansvoj
authored andcommitted
MDEV-11964 my_safe_process, tokuft_logdump stub man pages
1 parent 3bb32e8 commit 107de65

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

man/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ 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)
29+
galera_recovery.1 galera_new_cluster.1 tokuft_logdump.1)
3030
SET(MAN8_SERVER mysqld.8)
3131
SET(MAN1_CLIENT msql2mysql.1 mysql.1 mysql_find_rows.1 mysql_waitpid.1
3232
mysqlaccess.1 mysqladmin.1 mysqlbinlog.1 mysqlcheck.1
3333
mysqldump.1 mysqlimport.1 mysqlshow.1 mysqlslap.1
3434
mysql_plugin.1)
3535
SET(MAN1_DEVEL mysql_config.1)
3636
SET(MAN1_TEST mysql-stress-test.pl.1 mysql-test-run.pl.1 mysql_client_test.1
37-
mysqltest_embedded.1 mysql_client_test_embedded.1)
37+
mysqltest_embedded.1 mysql_client_test_embedded.1 my_safe_process.1)
3838

3939
INSTALL(FILES ${MAN1_SERVER} DESTINATION ${INSTALL_MANDIR}/man1 COMPONENT ManPagesServer)
4040
INSTALL(FILES ${MAN8_SERVER} DESTINATION ${INSTALL_MANDIR}/man8 COMPONENT ManPagesServer)

man/my_safe_process.1

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
'\" t
2+
.\"
3+
.TH "\FBMY_SAFE_PROCESS\FR" "1" "29 March 2017" "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+
my_safe_process \- Utility program that encapsulates process creation, monitoring and bulletproof process cleanup
13+
.SH DESCRIPTION
14+
Use: safe_process [options to safe_process] -- progname arg1 \.\.\. argn\.
15+
.PP
16+
For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/

man/tokuft_logdump.1

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
'\" t
2+
.\"
3+
.TH "\FBTOKUFT_LOGPRINT\FR" "1" "27 March 2017" "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+
tokuft_logprint \- Dump the log from stdin to stdout
13+
.SH DESCRIPTION
14+
Use: Dump the log from stdin to stdout\.
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)