]> git.pld-linux.org Git - packages/mysql.git/blob - mysql-manfixes.patch
- manual fixes from RH
[packages/mysql.git] / mysql-manfixes.patch
1 --- mysql-3.23.51/man/mysqlaccess.1.manfixes    2002-07-18 17:03:00.000000000 -0400
2 +++ mysql-3.23.51/man/mysqlaccess.1     2002-07-18 17:03:23.000000000 -0400
3 @@ -93,8 +93,8 @@
4      + At least the user and the db must be given (even with wildcards)
5      + If no host is given, `localhost' is assumed
6      + Wilcards (*,?,%,_) are allowed for host, user and db, but be sure 
7 -      to escape them from your shell!! (ie type \* or '*')
8 -.SH "SEE ALSO"
9 +      to escape them from your shell!! (ie type \\* or '*')
10 +.SH SEE ALSO
11  isamchk (1),
12  isamlog (1),
13  mysqlaccess (1),
14 --- mysql-3.23.51/man/mysqldump.1.manfixes      2002-07-18 17:21:41.000000000 -0400
15 +++ mysql-3.23.51/man/mysqldump.1       2002-07-18 17:22:54.000000000 -0400
16 @@ -64,7 +64,7 @@
17  .TP 
18  .BR  \-A | \-\-all\-databases 
19  Dump all the databases. This will be same as
20 -.BR\-\-databases 
21 +.BR \-\-databases 
22  with all databases selected.
23  .TP                        
24  .BR    \-a | \-\-all
This page took 0.029504 seconds and 3 git commands to generate.