Files
sbase/kill.1
Connor Lane Smith e180a91172 add kill, thanks rob
2011-06-10 02:29:10 +01:00

19 lines
264 B
Groff

.TH KILL 1 sbase\-VERSION
.SH NAME
KILL \- compare two files
.SH SYNOPSIS
.B kill
.RB [ \-s ]
.RI [ pid ...]
.SH DESCRIPTION
.B kill
sends a
.I TERM
signal to the given processes.
.SH OPTIONS
.TP
.BI \-s " signal"
sends the named signal.
.SH SEE ALSO
.IR kill (2)