sbase/kill.1
Connor Lane Smith 5156758e21 kill -l
2011-06-10 02:56:13 +01:00

29 lines
421 B
Groff

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