mariadb/man/galera_new_cluster.1
Otto Kekäläinen 6f955c262a Fix syntax FB/FR -> fB/fR and bump version to 10.11 in man pages
For the sake of readable diffs this change is done separately from the
previous commit and it changes all man page headers to:

- Use correct syntax \fB and \fR to make titles bold instead of previous
  capitalized version that had no effect
- Omit unnecessary \&. syntax, works fine without it
- Bump version to 10.11

Ideally the version would automatically be inherited from the
build/release, but for now at least update it manually to match what is
in the VERSION file of this release branch.

All new code of the whole pull request, including one or several files
that are either new files or modified ones, are contributed under the
BSD-new license. I am contributing on behalf of my employer Amazon Web
Services, Inc.
2023-07-24 13:37:55 +10:00

36 lines
992 B
Groff

'\" t
.\"
.TH "\fBGALERA_NEW_CLUSTER\fR" "1" "15 May 2020" "MariaDB 10.11" "MariaDB Database System"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.SH NAME
galera_new_cluster \- starting a new Galera cluster
.SH DESCRIPTION
Used to bootstrap a new Galera Cluster when all nodes are down\&.
Run galera_new_cluster on the first node only\&.
On the remaining nodes simply run 'service @DAEMON_NAME@ start'\&.
.PP
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
.\" galera_new_cluster: help option
.\" help option: galera_new_cluster
\fB\-\-help\fR,
\fB\-h\fR
.sp
Display a help message and exit\&.
.PP
.sp
.SH "SEE ALSO"
For more information on configuration and usage see
https://mariadb.com/kb/en/mariadb/getting-started-with-mariadb-galera-cluster/