diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-05-30 23:19:26 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-05-30 23:19:26 +0200 |
commit | de8cb7a1f3bc38b9cc782886eb17a4e6d1529944 (patch) | |
tree | 7c4126d9cbb2dfb6db042d6481abb60e85d4d695 /debian/additions/pack_isam.1 | |
parent | d533a64bf3ac25278abc33344213fb39e771a54d (diff) | |
download | mariadb-git-de8cb7a1f3bc38b9cc782886eb17a4e6d1529944.tar.gz |
MDEV-5485 Minor man pages formatting issues
MDEV-6281 Typo in mysql_install_db scripts
and collateral changes:
* remove mysql_tableinfo.1 and references to it (there's no mysql_tableinfo)
* for debian: create manpages for mysqlrepair, mysqlanalyze, mysqloptimize
(as symlinks for mysqlcheck.1, just as executables are symlinks to mysqlcheck)
* remove mysqlmanager.8 and references to it
* correct "very long line" error in mysqladmin.1
* simplify and fix table formatting in mysqlbinlog.1 and mysqldump.1
* fix a typo in the help text in mysql_install_db
* aria_chk: say "for Linux on x86_64", like other tools do
(not "for Linux at x86_64")
* add simple manpages for aria_* utilities
Diffstat (limited to 'debian/additions/pack_isam.1')
-rw-r--r-- | debian/additions/pack_isam.1 | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/additions/pack_isam.1 b/debian/additions/pack_isam.1 deleted file mode 100644 index cad153eedee..00000000000 --- a/debian/additions/pack_isam.1 +++ /dev/null @@ -1,19 +0,0 @@ -.TH mysql 1 "17 March 2003" "MySQL 3.23" "MySQL database" -.SH NAME -myisampack \- Compresses MySQL database files. -.SH SYNOPSIS -myisampack [options] -.SH DESCRIPTION -Pack a ISAM-table to take much smaller space -Keys are not updated, so you must run isamchk -rq on any table -that has keys after you have compressed it -You should give the .ISM file as the filename argument - -For more information start the program with '--help'. -.SH "SEE ALSO" -mysql (1), mysqld (1) -.SH AUTHOR -This manpage was written by Christian Hammers <ch@debian.org>. - -MySQL is available at http://www.mysql.com/. -.\" end of man page |