diff options
author | serg@serg.mysql.com <> | 2003-03-13 13:44:03 +0100 |
---|---|---|
committer | serg@serg.mysql.com <> | 2003-03-13 13:44:03 +0100 |
commit | 026ec1d37c79f047e9c3ace626734ec5e97e2306 (patch) | |
tree | 7a057f11634bb468082003e00b9d3a2f310b8d91 /man | |
parent | 6ac494451204bf99ff694f57ddb37b8575e8fb3d (diff) | |
parent | e10fd4448927ff834ba76d7058b16d226b4295e1 (diff) | |
download | mariadb-git-026ec1d37c79f047e9c3ace626734ec5e97e2306.tar.gz |
merged
Diffstat (limited to 'man')
-rw-r--r-- | man/perror.1 | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/man/perror.1 b/man/perror.1 index 38a51593ba1..2c5dd9a295f 100644 --- a/man/perror.1 +++ b/man/perror.1 @@ -1,17 +1,12 @@ .TH perror 1 "19 December 2000" "MySQL 3.23" "MySQL database" .SH NAME -.BR perror -can be used to display a description for a system error code, or an MyISAM/ISAM table handler error code. The error messages are mostly system dependent. -.SH USAGE -perror [OPTIONS] [ERRORCODE [ERRORCODE...]] +perror \- describes a system or MySQL error code. .SH SYNOPSIS -.B perror -.RB [ \-? | \-\-help ] -.RB [ \-I | \-\-info ] -.RB [ \-s | \-\-silent ] -.RB [ \-v | \-\-verbose ] -.RB [ \-V | \-\-version ] +perror [OPTIONS] [ERRORCODE [ERRORCODE...]] .SH DESCRIPTION +Can be used to display a description for a system error code, or an MyISAM/ISAM table handler error code. +The error messages are mostly system dependent. +.SH OPTIONS .TP .BR \-? | \-\-help Displays this help and exits. |