docs: add long options to kill.1

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2011-10-22 20:48:41 +02:00
parent 1ac2921f6f
commit 526bae02bb

22
kill.1
View File

@ -35,23 +35,23 @@ Send signal to every <pid> listed.
.B \-<signal> .B \-<signal>
.TQ .TQ
.B \-s <signal> .B \-s <signal>
.TQ
.B \-\-signal <signal>
Specify the Specify the
.B signal .B signal
to be sent. The signal can be specified by using name or number. to be sent. The signal can be specified by using name or number.
.TP
.B \-l
List signal names.
.TP
.B \-L
List signal names in a nice table.
.TP
.B \-l <signal>
Convert in between signal name and number.
.PD
.SH SIGNALS
The behavior of signals is explained in The behavior of signals is explained in
.BR signal (7) .BR signal (7)
manual page. manual page.
.TP
\fB\-l\fR, \fB\-\-list\fR [\fIsignal\fR]
List signal names. This option has optional argument, which
will convert signal number to signal name, or other way round.
.TP
.BR \-L , \ \-\-table
List signal names in a nice table.
.TP
.PD
.SH NOTES .SH NOTES
Your shell (command line interpreter) may have a built-in kill Your shell (command line interpreter) may have a built-in kill
command. You may need to run the command described here as /bin/kill command. You may need to run the command described here as /bin/kill