This commit is contained in:
Connor Lane Smith
2011-06-10 02:56:13 +01:00
parent e180a91172
commit 5156758e21
8 changed files with 62 additions and 31 deletions

12
kill.1
View File

@@ -3,8 +3,13 @@
KILL \- compare two files
.SH SYNOPSIS
.B kill
.RB [ \-s ]
.RB [ \-s
.IR signal ]
.RI [ pid ...]
.P
.B kill
.B -l
.RI [ signum ]
.SH DESCRIPTION
.B kill
sends a
@@ -14,5 +19,10 @@ signal to the given processes.
.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)