diff options
author | Tingyao Nian <tingynia@amazon.com> | 2022-05-10 00:04:10 +0000 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2022-05-24 09:21:12 +1000 |
commit | 3dd3dccb8e58053d063cb5a2299bf3964fa999cc (patch) | |
tree | 386363d36b93894085993be829afd0142ee34b12 /man/mysql_plugin.1 | |
parent | a0f0687f6ce64b282d0712ca1d769fc1bc55c140 (diff) | |
download | mariadb-git-3dd3dccb8e58053d063cb5a2299bf3964fa999cc.tar.gz |
MDEV-22023 Update man pages titles to say MariaDB instead of MySQL
When reading the man page of e.g. 'mysql' on a system with MariaDB
installed one would actually see the man page of 'mariadb'. However the
man page had no indication of the page being for 'mariadb', which was
confusing for users.
Fix this by updating the man page title lines to use mariadb-* instead
of mysql* for MariaDB binaries that are drop-in replacements for MySQL
equivalents, indicating that the commands are actually of the MariaDB
version.
In long term, all the commands in man pages should be replaced by their
MariaDB counterparts. Update the title lines as a start, and only those
that exist as symlinks to their MariaDB counterparts.
Before:
man mariadb-upgrade | head -n 1
MYSQL_UPGRADE(1) ...
After:
man mariadb-upgrade | head -n 1
MARIADB-UPGRADE(1) ...
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.
Diffstat (limited to 'man/mysql_plugin.1')
-rw-r--r-- | man/mysql_plugin.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/mysql_plugin.1 b/man/mysql_plugin.1 index 856b127c4cc..5001e542c38 100644 --- a/man/mysql_plugin.1 +++ b/man/mysql_plugin.1 @@ -1,6 +1,6 @@ '\" t .\" -.TH "\FBMYSQL_PLUGIN\FR" "1" "27 June 2019" "MariaDB 10\&.5" "MariaDB Database System" +.TH "\FBMARIADB-PLUGIN\FR" "1" "27 June 2019" "MariaDB 10\&.5" "MariaDB Database System" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- |