add kill, thanks rob

This commit is contained in:
Connor Lane Smith
2011-06-10 02:29:10 +01:00
parent 8d087ae4fb
commit e180a91172
3 changed files with 69 additions and 0 deletions

18
kill.1 Normal file
View File

@@ -0,0 +1,18 @@
.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)