From: Paweł Gołaszewski Date: Sun, 22 Jun 2003 18:27:44 +0000 (+0000) Subject: - manual fixes from RH X-Git-Tag: auto/ac/mysql-4_0_14-2~15 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=0735f9c29c95569ec8dedbc17b5e13fce2d5fc98;p=packages%2Fmysql.git - manual fixes from RH Changed files: mysql-manfixes.patch -> 1.1 --- diff --git a/mysql-manfixes.patch b/mysql-manfixes.patch new file mode 100644 index 0000000..df6c67b --- /dev/null +++ b/mysql-manfixes.patch @@ -0,0 +1,24 @@ +--- mysql-3.23.51/man/mysqlaccess.1.manfixes 2002-07-18 17:03:00.000000000 -0400 ++++ mysql-3.23.51/man/mysqlaccess.1 2002-07-18 17:03:23.000000000 -0400 +@@ -93,8 +93,8 @@ + + At least the user and the db must be given (even with wildcards) + + If no host is given, `localhost' is assumed + + Wilcards (*,?,%,_) are allowed for host, user and db, but be sure +- to escape them from your shell!! (ie type \* or '*') +-.SH "SEE ALSO" ++ to escape them from your shell!! (ie type \\* or '*') ++.SH SEE ALSO + isamchk (1), + isamlog (1), + mysqlaccess (1), +--- mysql-3.23.51/man/mysqldump.1.manfixes 2002-07-18 17:21:41.000000000 -0400 ++++ mysql-3.23.51/man/mysqldump.1 2002-07-18 17:22:54.000000000 -0400 +@@ -64,7 +64,7 @@ + .TP + .BR \-A | \-\-all\-databases + Dump all the databases. This will be same as +-.BR\-\-databases ++.BR \-\-databases + with all databases selected. + .TP + .BR \-a | \-\-all