diff options
author | Ian Gilfillan <github@greenman.co.za> | 2019-04-04 15:33:20 +0200 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2019-04-04 17:39:51 +0400 |
commit | 6e71dde8b8f70087f06beb7d6fa172a7580a80c2 (patch) | |
tree | 31a176a20050dfd91a6f97e0c2a84f988af78f65 /man | |
parent | 71a2e6a3c66bc1e84809e0e91ffaef1cadc87642 (diff) | |
download | mariadb-git-6e71dde8b8f70087f06beb7d6fa172a7580a80c2.tar.gz |
MDEV-19169: Add --defaults-group-suffix option to mysql_install_db man page
Diffstat (limited to 'man')
-rw-r--r-- | man/mysql_install_db.1 | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/man/mysql_install_db.1 b/man/mysql_install_db.1 index 9fb775f2099..636c59740a5 100644 --- a/man/mysql_install_db.1 +++ b/man/mysql_install_db.1 @@ -1,6 +1,6 @@ '\" t .\" -.TH "\FBMYSQL_INSTALL_DB\" "1" "14/12/2015" "MariaDB 10\&.1" "MariaDB Database System" +.TH "\FBMYSQL_INSTALL_DB\FR" "1" "4 April 2019" "MariaDB 10\&.1" "MariaDB Database System" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -198,6 +198,21 @@ Must be given as first option\&. .sp -1 .IP \(bu 2.3 .\} +.\" mysql_install_db: defaults-group-suffix option +.\" defaults-group-suffix option: mysql_install_db +\fB\-\-defaults\-group\-suffix=\fR\fB\fIname\fR\fR +.sp +In addition to the given groups, also read groups with this suffix\&. +.RE +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} .\" mysql_install_db: force option .\" force option: mysql_install_db \fB\-\-force\fR @@ -354,7 +369,7 @@ For internal use\&. This option is used for creating Windows distributions\&. .SH "COPYRIGHT" .br .PP -Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc., 2010-2015 MariaDB Foundation +Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc., 2010-2019 MariaDB Foundation .PP This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. .PP |