mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
- Fixed man page for apropos/whatis (thanks to Christian Hammers from Debian
for the patch) (bug #135)
This commit is contained in:
parent
b0a3c1c905
commit
ddd2f4fc3e
1 changed files with 5 additions and 10 deletions
15
man/perror.1
15
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.
|
||||
|
|
Loading…
Reference in a new issue