sbase/kill.1

31 lines
469 B
Groff

.TH KILL 1 sbase\-VERSION
.SH NAME
KILL \- signal processes
.SH SYNOPSIS
.B kill
.RB [ \-s
.IR signal_name ]
.IR pid
.IR ...
.P
.B kill
.B -l
.RI [ exit_status ]
.SH DESCRIPTION
.B kill
by default sends a
.I TERM
signal to the given processes.
.SH OPTIONS
.TP
.BI \-s " signal_name"
Sends the named signal.
.TP
.B \-l
Lists available signals. If an
.I exit_status
is given, only the corresponding signal name will be printed.
.SH SEE ALSO
.IR kill (2),
.IR signal (7)