Tizen 2.0 Release
[external/tizen-coreutils.git] / man / kill.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH KILL "1" "March 2007" "GNU coreutils 6.9" "User Commands"
3 .SH NAME
4 kill \- send signals to processes, or list signals
5 .SH SYNOPSIS
6 .B kill
7 [\fI-s SIGNAL | -SIGNAL\fR] \fIPID\fR...
8 .br
9 .B kill
10 \fI-l \fR[\fISIGNAL\fR]...
11 .br
12 .B kill
13 \fI-t \fR[\fISIGNAL\fR]...
14 .SH DESCRIPTION
15 .\" Add any additional description here
16 .PP
17 Send signals to processes, or list signals.
18 .PP
19 Mandatory arguments to long options are mandatory for short options too.
20 .HP
21 \fB\-s\fR, \fB\-\-signal\fR=\fISIGNAL\fR, \fB\-SIGNAL\fR
22 .IP
23 specify the name or number of the signal to be sent
24 .TP
25 \fB\-l\fR, \fB\-\-list\fR
26 list signal names, or convert signal names to/from numbers
27 .TP
28 \fB\-t\fR, \fB\-\-table\fR
29 print a table of signal information
30 .TP
31 \fB\-\-help\fR
32 display this help and exit
33 .TP
34 \fB\-\-version\fR
35 output version information and exit
36 .PP
37 SIGNAL may be a signal name like `HUP', or a signal number like `1',
38 or an exit status of a process terminated by a signal.
39 PID is an integer; if negative it identifies a process group.
40 .PP
41 NOTE: your shell may have its own version of kill, which usually supersedes
42 the version described here.  Please refer to your shell's documentation
43 for details about the options it supports.
44 .SH AUTHOR
45 Written by Paul Eggert.
46 .SH "REPORTING BUGS"
47 Report bugs to <bug\-coreutils@gnu.org>.
48 .SH COPYRIGHT
49 Copyright \(co 2007 Free Software Foundation, Inc.
50 .br
51 This is free software.  You may redistribute copies of it under the terms of
52 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
53 There is NO WARRANTY, to the extent permitted by law.
54 .SH "SEE ALSO"
55 kill(2)
56 .PP
57 The full documentation for
58 .B kill
59 is maintained as a Texinfo manual.  If the
60 .B info
61 and
62 .B kill
63 programs are properly installed at your site, the command
64 .IP
65 .B info kill
66 .PP
67 should give you access to the complete manual.