OSDN Git Service

GNU_coreutils: Add a directory for a new translation.
[linuxjm/jm.git] / manual / GNU_coreutils / original / man1 / kill.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH KILL "1" "April 2010" "GNU coreutils 8.5" "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 the 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 kill bugs to bug\-coreutils@gnu.org
48 .br
49 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
50 .br
51 General help using GNU software: <http://www.gnu.org/gethelp/>
52 .br
53 Report kill translation bugs to <http://translationproject.org/team/>
54 .SH COPYRIGHT
55 Copyright \(co 2010 Free Software Foundation, Inc.
56 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
57 .br
58 This is free software: you are free to change and redistribute it.
59 There is NO WARRANTY, to the extent permitted by law.
60 .SH "SEE ALSO"
61 kill(2)
62 .PP
63 The full documentation for
64 .B kill
65 is maintained as a Texinfo manual.  If the
66 .B info
67 and
68 .B kill
69 programs are properly installed at your site, the command
70 .IP
71 .B info coreutils \(aqkill invocation\(aq
72 .PP
73 should give you access to the complete manual.