Skip to content

Commit 988a6e8

Browse files
committed
Updating man pages from Docs
Approved by: Erlend Dahl <erlend.dahl@oracle.com>
1 parent 2ba9c85 commit 988a6e8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+16587
-9538
lines changed

man/comp_err.1

Lines changed: 267 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: comp_err
33
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
44
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5-
.\" Date: 08/31/2023
5+
.\" Date: 11/23/2023
66
.\" Manual: MySQL Database System
7-
.\" Source: MySQL 8.1
7+
.\" Source: MySQL 8.3
88
.\" Language: English
99
.\"
10-
.TH "COMP_ERR" "1" "08/31/2023" "MySQL 8\&.1" "MySQL Database System"
10+
.TH "COMP_ERR" "1" "11/23/2023" "MySQL 8\&.3" "MySQL Database System"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------
@@ -91,6 +91,28 @@ supports the following options\&.
9191
.\}
9292
\fB\-\-help\fR,
9393
\fB\-?\fR
94+
.TS
95+
allbox tab(:);
96+
lB l
97+
lB l
98+
lB l.
99+
T{
100+
Command-Line Format
101+
T}:T{
102+
--help
103+
T}
104+
T{
105+
Type
106+
T}:T{
107+
Boolean
108+
T}
109+
T{
110+
Default Value
111+
T}:T{
112+
false
113+
T}
114+
.TE
115+
.sp 1
94116
Display a help message and exit\&.
95117
.RE
96118
.sp
@@ -104,6 +126,28 @@ Display a help message and exit\&.
104126
.\}
105127
\fB\-\-charset=\fR\fB\fIdir_name\fR\fR,
106128
\fB\-C \fR\fB\fIdir_name\fR\fR
129+
.TS
130+
allbox tab(:);
131+
lB l
132+
lB l
133+
lB l.
134+
T{
135+
Command-Line Format
136+
T}:T{
137+
--charset
138+
T}
139+
T{
140+
Type
141+
T}:T{
142+
String
143+
T}
144+
T{
145+
Default Value
146+
T}:T{
147+
../share/charsets
148+
T}
149+
.TE
150+
.sp 1
107151
The character set directory\&. The default is
108152
\&.\&./sql/share/charsets\&.
109153
.RE
@@ -118,6 +162,28 @@ The character set directory\&. The default is
118162
.\}
119163
\fB\-\-debug=\fR\fB\fIdebug_options\fR\fR,
120164
\fB\-# \fR\fB\fIdebug_options\fR\fR
165+
.TS
166+
allbox tab(:);
167+
lB l
168+
lB l
169+
lB l.
170+
T{
171+
Command-Line Format
172+
T}:T{
173+
--debug=options
174+
T}
175+
T{
176+
Type
177+
T}:T{
178+
String
179+
T}
180+
T{
181+
Default Value
182+
T}:T{
183+
d:t:O,/tmp/comp_err.trace
184+
T}
185+
.TE
186+
.sp 1
121187
Write a debugging log\&. A typical
122188
\fIdebug_options\fR
123189
string is
@@ -135,6 +201,28 @@ d:t:O,/tmp/comp_err\&.trace\&.
135201
.\}
136202
\fB\-\-debug\-info\fR,
137203
\fB\-T\fR
204+
.TS
205+
allbox tab(:);
206+
lB l
207+
lB l
208+
lB l.
209+
T{
210+
Command-Line Format
211+
T}:T{
212+
--debug-info
213+
T}
214+
T{
215+
Type
216+
T}:T{
217+
Boolean
218+
T}
219+
T{
220+
Default Value
221+
T}:T{
222+
false
223+
T}
224+
.TE
225+
.sp 1
138226
Print some debugging information when the program exits\&.
139227
.RE
140228
.sp
@@ -148,6 +236,28 @@ Print some debugging information when the program exits\&.
148236
.\}
149237
\fB\-\-errmsg\-file=\fR\fB\fIfile_name\fR\fR,
150238
\fB\-H \fR\fB\fIfile_name\fR\fR
239+
.TS
240+
allbox tab(:);
241+
lB l
242+
lB l
243+
lB l.
244+
T{
245+
Command-Line Format
246+
T}:T{
247+
--errmsg-file=name
248+
T}
249+
T{
250+
Type
251+
T}:T{
252+
File name
253+
T}
254+
T{
255+
Default Value
256+
T}:T{
257+
mysqld_errmsg.h
258+
T}
259+
.TE
260+
.sp 1
151261
The name of the error message file\&. The default is
152262
mysqld_errmsg\&.h\&.
153263
.RE
@@ -162,6 +272,28 @@ mysqld_errmsg\&.h\&.
162272
.\}
163273
\fB\-\-header\-file=\fR\fB\fIfile_name\fR\fR,
164274
\fB\-H \fR\fB\fIfile_name\fR\fR
275+
.TS
276+
allbox tab(:);
277+
lB l
278+
lB l
279+
lB l.
280+
T{
281+
Command-Line Format
282+
T}:T{
283+
--header-file=name
284+
T}
285+
T{
286+
Type
287+
T}:T{
288+
File name
289+
T}
290+
T{
291+
Default Value
292+
T}:T{
293+
mysqld_error.h
294+
T}
295+
.TE
296+
.sp 1
165297
The name of the error header file\&. The default is
166298
mysqld_error\&.h\&.
167299
.RE
@@ -176,6 +308,28 @@ mysqld_error\&.h\&.
176308
.\}
177309
\fB\-\-in\-file\-errlog=\fR\fB\fIfile_name\fR\fR,
178310
\fB\-e \fR\fB\fIfile_name\fR\fR
311+
.TS
312+
allbox tab(:);
313+
lB l
314+
lB l
315+
lB l.
316+
T{
317+
Command-Line Format
318+
T}:T{
319+
--in-file-errlog
320+
T}
321+
T{
322+
Type
323+
T}:T{
324+
File name
325+
T}
326+
T{
327+
Default Value
328+
T}:T{
329+
../share/messages_to_error_log.txt
330+
T}
331+
.TE
332+
.sp 1
179333
The name of the input file that defines error messages intended to be written to the error log\&. The default is
180334
\&.\&./share/messages_to_error_log\&.txt\&.
181335
.RE
@@ -190,6 +344,28 @@ The name of the input file that defines error messages intended to be written to
190344
.\}
191345
\fB\-\-in\-file\-toclient=\fR\fB\fIfile_name\fR\fR,
192346
\fB\-c \fR\fB\fIfile_name\fR\fR
347+
.TS
348+
allbox tab(:);
349+
lB l
350+
lB l
351+
lB l.
352+
T{
353+
Command-Line Format
354+
T}:T{
355+
--in-file-toclient=path
356+
T}
357+
T{
358+
Type
359+
T}:T{
360+
File name
361+
T}
362+
T{
363+
Default Value
364+
T}:T{
365+
../share/messages_to_clients.txt
366+
T}
367+
.TE
368+
.sp 1
193369
The name of the input file that defines error messages intended to be written to clients\&. The default is
194370
\&.\&./share/messages_to_clients\&.txt\&.
195371
.RE
@@ -204,6 +380,28 @@ The name of the input file that defines error messages intended to be written to
204380
.\}
205381
\fB\-\-name\-file=\fR\fB\fIfile_name\fR\fR,
206382
\fB\-N \fR\fB\fIfile_name\fR\fR
383+
.TS
384+
allbox tab(:);
385+
lB l
386+
lB l
387+
lB l.
388+
T{
389+
Command-Line Format
390+
T}:T{
391+
--name-file=name
392+
T}
393+
T{
394+
Type
395+
T}:T{
396+
File name
397+
T}
398+
T{
399+
Default Value
400+
T}:T{
401+
mysqld_ername.h
402+
T}
403+
.TE
404+
.sp 1
207405
The name of the error name file\&. The default is
208406
mysqld_ername\&.h\&.
209407
.RE
@@ -218,6 +416,28 @@ mysqld_ername\&.h\&.
218416
.\}
219417
\fB\-\-out\-dir=\fR\fB\fIdir_name\fR\fR,
220418
\fB\-D \fR\fB\fIdir_name\fR\fR
419+
.TS
420+
allbox tab(:);
421+
lB l
422+
lB l
423+
lB l.
424+
T{
425+
Command-Line Format
426+
T}:T{
427+
--out-dir=path
428+
T}
429+
T{
430+
Type
431+
T}:T{
432+
String
433+
T}
434+
T{
435+
Default Value
436+
T}:T{
437+
../share/
438+
T}
439+
.TE
440+
.sp 1
221441
The name of the output base directory\&. The default is
222442
\&.\&./sql/share/\&.
223443
.RE
@@ -232,6 +452,28 @@ The name of the output base directory\&. The default is
232452
.\}
233453
\fB\-\-out\-file=\fR\fB\fIfile_name\fR\fR,
234454
\fB\-O \fR\fB\fIfile_name\fR\fR
455+
.TS
456+
allbox tab(:);
457+
lB l
458+
lB l
459+
lB l.
460+
T{
461+
Command-Line Format
462+
T}:T{
463+
--out-file=name
464+
T}
465+
T{
466+
Type
467+
T}:T{
468+
File name
469+
T}
470+
T{
471+
Default Value
472+
T}:T{
473+
errmsg.sys
474+
T}
475+
.TE
476+
.sp 1
235477
The name of the output file\&. The default is
236478
errmsg\&.sys\&.
237479
.RE
@@ -246,6 +488,28 @@ errmsg\&.sys\&.
246488
.\}
247489
\fB\-\-version\fR,
248490
\fB\-V\fR
491+
.TS
492+
allbox tab(:);
493+
lB l
494+
lB l
495+
lB l.
496+
T{
497+
Command-Line Format
498+
T}:T{
499+
--version
500+
T}
501+
T{
502+
Type
503+
T}:T{
504+
Boolean
505+
T}
506+
T{
507+
Default Value
508+
T}:T{
509+
false
510+
T}
511+
.TE
512+
.sp 1
249513
Display version information and exit\&.
250514
.RE
251515
.SH "COPYRIGHT"

0 commit comments

Comments
 (0)