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
What started as an attempt to fix BUG#2270 (Substitute paths in mysql
manpage) turned out as a major overhaul of all man pages:
- renamed all *.1 files to *.1.in to act as templates which are being
processed at build time
- replaced some hard-coded values with place holder that are being
replaced with the proper values at build time
- Updated list of available man pages in the SEE ALSO section and added a
hint to the manual for more details
- Added a BUGS section to all pages, referring to the bugs DB
- Updated some obsolete URLs and mail addresses
The actual content of these man pages should probably be cross-checked for
correctness, though...
.TH zap 1 "19 December 2000" "MySQL @MYSQL_BASE_VERSION@" "MySQL database"
2
+
.SH NAME
3
+
zap - a perl script used to kill processes
4
+
.SH USAGE
5
+
/usr/bin/mysql_zap [-signal] [-?Ift] pattern
6
+
.SH SYNOPSIS
7
+
.Bzap
8
+
.RB [ \-I | \-? ]
9
+
.RB [ \-f ]
10
+
.RB [ \-t ]
11
+
.SH DESCRIPTION
12
+
.TP
13
+
.BR zap
14
+
supports by executing
15
+
.TP
16
+
.BR\-I |\-?
17
+
info
18
+
.TP
19
+
.BR\-f
20
+
force
21
+
.TP
22
+
.BR\-t
23
+
test
24
+
.SH NOTE
25
+
If
26
+
.BR -f
27
+
isn't given, ask user for confirmation for each process to kill. If signal isn't given, try first with signal 15 and after that with signal 9. If
28
+
.BR -t
29
+
is given the processes is only shown on stdout.
30
+
.SH "SEE ALSO"
31
+
isamchk(1),
32
+
isamlog(1),
33
+
mysql(1),
34
+
mysqlaccess(1),
35
+
mysqladmin(1),
36
+
mysqld(1),
37
+
mysqld_multi(1),
38
+
mysqld_safe(1),
39
+
mysqldump(1),
40
+
mysql_fix_privilege_tables(1),
41
+
mysqlshow(1),
42
+
perror(1),
43
+
replace(1)
44
+
.P
45
+
For more information please refer to the MySQL reference
46
+
manual, which may already be installed locally and which
47
+
is also available online at http://www.mysql.com/doc/en/
48
+
.SH BUGS
49
+
Please refer to http://bugs.mysql.com/ to report bugs.
50
+
.SH AUTHOR
51
+
Ver 1.0, distribution @MYSQL_NO_DASH_VERSION@ Michael (Monty) Widenius ([email protected]), MySQL AB (http://www.mysql.com/). This software comes with no warranty. Manual page by L. (Kill-9) Pedersen ([email protected]), Mercurmedia Data Model Architect / system developer (http://www.mercurmedia.com)
0 commit comments