summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorjoerg@trift2. <>2006-12-14 22:41:26 +0100
committerjoerg@trift2. <>2006-12-14 22:41:26 +0100
commita62051b77c07a93325ee6ebfd5a0a0ee74db0927 (patch)
treed2377d74f8900f74d384814c35efeb3936d02289 /support-files
parent8bdcf736bb28cacfbb8e63f03a9b2ca2652462fd (diff)
downloadmariadb-git-a62051b77c07a93325ee6ebfd5a0a0ee74db0927.tar.gz
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>