diff options
Diffstat (limited to 'man/mysqlaccess.1')
-rw-r--r-- | man/mysqlaccess.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/mysqlaccess.1 b/man/mysqlaccess.1 index fc7c185e050..95e392b1194 100644 --- a/man/mysqlaccess.1 +++ b/man/mysqlaccess.1 @@ -90,10 +90,10 @@ copy grant\-rules from temporary tables to grant\-tables .BR \-\-rollback undo the last changes to the grant\-tables. .SH NOTE - + 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 '*') +At least the user and the db must be given (even with wildcards) +If no host is given, `localhost' is assumed +Wildcards (*,?,%,_) are allowed for host, user and db, but be sure +to escape them from your shell!! (i.e., type \\* or '*') .SH "SEE ALSO" isamchk (1), isamlog (1), |