]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- manual fixes from RH
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 22 Jun 2003 18:27:44 +0000 (18:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql-manfixes.patch -> 1.1

mysql-manfixes.patch [new file with mode: 0644]

diff --git a/mysql-manfixes.patch b/mysql-manfixes.patch
new file mode 100644 (file)
index 0000000..df6c67b
--- /dev/null
@@ -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
This page took 0.050098 seconds and 4 git commands to generate.