PWB1/usr/man/man1/kill.1

Compare this file to the similar file:
Show the results in this format:

.th KILL I 5/31/77
.sh NAME
kill \*- terminate a process
.sh SYNOPSIS
.bd kill
[ \fB\*-\fRsigno ]
processid ...
.sh DESCRIPTION
.it Kill
sends signal 15 (terminate) to the specified processes.
This will normally terminate the process, unless it is caught.
The process number of each asynchronous process
started with `&' is reported by the Shell.
Process numbers can also be found by using \fIps\fP\^(I).
.s3
The details of the kill are described in
.it kill\^\c
(II).
For example, if process number 0 is specified, all processes
in the process group are signaled.
.s3
If a signal number preceded by ``\*-'' is given
as the first argument, that signal is sent instead.
For example, \fB\-9\fP will guarantee a kill.
.sh "SEE ALSO"
ps(I), sh(I), kill(II), signal(II)