summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorunknown <joerg@trift2.>2006-12-14 22:41:26 +0100
committerunknown <joerg@trift2.>2006-12-14 22:41:26 +0100
commit13eeee6f3f3f84026d67a01115ef77d676bf7aff (patch)
treed2377d74f8900f74d384814c35efeb3936d02289 /support-files
parentd480867964fd46c3c344075cef8849df8ec4fc5a (diff)
downloadmariadb-git-13eeee6f3f3f84026d67a01115ef77d676bf7aff.tar.gz
support-files/mysql.spec.sh
The "mysqlmanager" man page got moved from section 1 to 8. support-files/mysql.spec.sh: The "mysqlmanager" man page got moved from section 1 to 8.
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 1c5baddf74a..1bf983cb02c 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -588,7 +588,7 @@ fi
%doc %attr(644, root, man) %{_mandir}/man1/mysql_upgrade.1*
%doc %attr(644, root, man) %{_mandir}/man1/mysqlhotcopy.1*
%doc %attr(644, root, man) %{_mandir}/man1/mysqlman.1*
-%doc %attr(644, root, man) %{_mandir}/man1/mysqlmanager.1*
+%doc %attr(644, root, man) %{_mandir}/man1/mysqlmanager.8*
%doc %attr(644, root, man) %{_mandir}/man1/mysql.server.1*
%doc %attr(644, root, man) %{_mandir}/man1/mysql_tzinfo_to_sql.1*
%doc %attr(644, root, man) %{_mandir}/man1/mysql_zap.1*
@@ -759,6 +759,7 @@ fi
- Include the new man pages for "my_print_defaults" and "mysql_tzinfo_to_sql"
in the server RPM.
+- The "mysqlmanager" man page got moved from section 1 to 8.
* Thu Nov 16 2006 Joerg Bruehe <joerg@mysql.com>