You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: man/perror.1
+5-10Lines changed: 5 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,12 @@
1
1
.TH perror 1 "19 December 2000" "MySQL 3.23" "MySQL database"
2
2
.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.
7
4
.SH SYNOPSIS
8
-
.Bperror
9
-
.RB [ \-? | \-\-help ]
10
-
.RB [ \-I | \-\-info ]
11
-
.RB [ \-s | \-\-silent ]
12
-
.RB [ \-v | \-\-verbose ]
13
-
.RB [ \-V | \-\-version ]
5
+
perror [OPTIONS] [ERRORCODE [ERRORCODE...]]
14
6
.SH DESCRIPTION
7
+
Can be used to display a description for a system error code, or an MyISAM/ISAM table handler error code.
0 commit comments