Skip to content

Commit f8fa73d

Browse files
- Fixed man page for apropos/whatis (thanks to Christian Hammers from Debian
for the patch) (bug alibaba#135)
1 parent bc040b5 commit f8fa73d

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

man/perror.1

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
.TH perror 1 "19 December 2000" "MySQL 3.23" "MySQL database"
22
.SH NAME
3-
.BR perror
4-
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.
5-
.SH USAGE
6-
perror [OPTIONS] [ERRORCODE [ERRORCODE...]]
3+
perror \- describes a system or MySQL error code.
74
.SH SYNOPSIS
8-
.B perror
9-
.RB [ \-? | \-\-help ]
10-
.RB [ \-I | \-\-info ]
11-
.RB [ \-s | \-\-silent ]
12-
.RB [ \-v | \-\-verbose ]
13-
.RB [ \-V | \-\-version ]
5+
perror [OPTIONS] [ERRORCODE [ERRORCODE...]]
146
.SH DESCRIPTION
7+
Can be used to display a description for a system error code, or an MyISAM/ISAM table handler error code.
8+
The error messages are mostly system dependent.
9+
.SH OPTIONS
1510
.TP
1611
.BR \-? | \-\-help
1712
Displays this help and exits.

0 commit comments

Comments
 (0)