Skip to content

Commit c92168f

Browse files
author
Jan Lindström
authored
Merge pull request #389 from iangilfillan/10.1
galera_new_cluster man page and sh typo
2 parents fbdf18f + 44eca0f commit c92168f

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

man/galera_new_cluster.1

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'\" t
22
.\"
3-
.TH "\FBGALERA_NEW_CLUSTER\FR" "1" "26 January 2017" "MariaDB 10\&.1" "MariaDB Database System"
3+
.TH "\FBGALERA_NEW_CLUSTER\FR" "1" "9 May 2017" "MariaDB 10\&.1" "MariaDB Database System"
44
.\" -----------------------------------------------------------------
55
.\" * set default formatting
66
.\" -----------------------------------------------------------------
@@ -11,6 +11,26 @@
1111
.SH NAME
1212
galera_new_cluster \- starting a new Galera cluster
1313
.SH DESCRIPTION
14-
Use: Starting a new Galera Cluster\.
14+
Used to bootstrap a new Galera Cluster when all nodes are down\&.
15+
Run galera_new_cluster on the first node only\&.
16+
On the remaining nodes simply run 'service @DAEMON_NAME@ start'\&.
1517
.PP
16-
For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/
18+
.RS 4
19+
.ie n \{\
20+
\h'-04'\(bu\h'+03'\c
21+
.\}
22+
.el \{\
23+
.sp -1
24+
.IP \(bu 2.3
25+
.\}
26+
.\" galera_new_cluster: help option
27+
.\" help option: galera_new_cluster
28+
\fB\-\-help\fR,
29+
\fB\-h\fR
30+
.sp
31+
Display a help message and exit\&.
32+
.PP
33+
.sp
34+
.SH "SEE ALSO"
35+
For more information on configuration and usage see
36+
https://mariadb.com/kb/en/mariadb/getting-started-with-mariadb-galera-cluster/

scripts/galera_new_cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Usage: ${0}
1212
1313
The script galera_new_cluster is used to bootstrap new Galera Cluster,
1414
when all the nodes are down. Run galera_new_cluster on the first node only.
15-
On the remaing nodes simply run 'service @DAEMON_NAME@ start'.
15+
On the remaining nodes simply run 'service @DAEMON_NAME@ start'.
1616
1717
For more information on Galera Cluster configuration and usage see:
1818
https://mariadb.com/kb/en/mariadb/getting-started-with-mariadb-galera-cluster/

0 commit comments

Comments
 (0)