summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authormonty@mysql.com <>2005-05-14 18:31:22 +0300
committermonty@mysql.com <>2005-05-14 18:31:22 +0300
commit9db45adb608d7f4229f026cfdbbcc185f58b8c7b (patch)
treec08ee86cd9f77c3a7dc13b02b09371ccd19f2b88 /man
parent6b90352eacab0314ad33ef4e0d37dadb4688fd97 (diff)
parent6588997eb8218233b664fbbb32b130e832387daa (diff)
downloadmariadb-git-9db45adb608d7f4229f026cfdbbcc185f58b8c7b.tar.gz
Merge with 4.1
Diffstat (limited to 'man')
-rw-r--r--man/mysqldump.1.in3
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