diff options
author | unknown <paul@kite-hub.kitebird.com> | 2005-05-11 12:14:46 -0500 |
---|---|---|
committer | unknown <paul@kite-hub.kitebird.com> | 2005-05-11 12:14:46 -0500 |
commit | 913e2e12d2fa2095989b5ddbfc0fc97751da0cbf (patch) | |
tree | 2151010d1cd194ee17ec078d5a938ed51f367a83 /man | |
parent | adefe15c9f623bd4dab7ed99ec1dc6ff9a24bb61 (diff) | |
download | mariadb-git-913e2e12d2fa2095989b5ddbfc0fc97751da0cbf.tar.gz |
mysqldump.1.in:
Remove obsolete section number. (Bug #10534)
man/mysqldump.1.in:
Remove obsolete section number. (Bug #10534)
Diffstat (limited to 'man')
-rw-r--r-- | man/mysqldump.1.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/mysqldump.1.in b/man/mysqldump.1.in index 4d841117e59..0f581429af7 100644 --- a/man/mysqldump.1.in +++ b/man/mysqldump.1.in @@ -218,7 +218,8 @@ or ), mysqldump will create rows up to net_buffer_length length. If you increase this variable, you should also ensure that the max_allowed_packet variable in the MySQL server is bigger than the net_buffer_length. .SH EXAMPLES .TP -The most normal use of mysqldump is probably for making a backup of whole databases. See Mysql Manual section 21.2 Database Backups. +The most normal use of mysqldump is probably for making a backup of whole +databases. See the section on Database Backups in the MySQL Reference Manual. .TP mysqldump \-\-opt \fP\fIdatabase\fP > backup-file.sql .TP |