summaryrefslogtreecommitdiff
path: root/man/perror.1
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2003-03-11 22:47:29 +0100
committerunknown <lenz@mysql.com>2003-03-11 22:47:29 +0100
commitddd2f4fc3e7824e53d8609c2e705c98f73dcfb59 (patch)
tree465091c5b9723f8f3619765546da945ff25fb492 /man/perror.1
parentb0a3c1c905039d68aa54de2bd0b571a032fe373b (diff)
downloadmariadb-git-ddd2f4fc3e7824e53d8609c2e705c98f73dcfb59.tar.gz
- Fixed man page for apropos/whatis (thanks to Christian Hammers from Debian
for the patch) (bug #135)
Diffstat (limited to 'man/perror.1')
-rwxr-xr-xman/perror.115
1 files changed, 5 insertions, 10 deletions
diff --git a/man/perror.1 b/man/perror.1
index bd5a4211f4b..eb6c9f39d56 100755
--- 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.