-.\" $NetBSD: kill.1,v 1.10 1997/10/20 08:52:10 enami Exp $
-.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" SUCH DAMAGE.
.\"
.\" @(#)kill.1 8.2 (Berkeley) 4/28/95
+.\" $FreeBSD: src/bin/kill/kill.1,v 1.11.2.1 2000/12/08 13:34:35 ru Exp $
.\"
.Dd April 28, 1995
.Dt KILL 1
.Op Fl s Ar signal_name
.Ar pid
\&...
-.Nm ""
+.Nm
.Fl l
.Op Ar exit_status
-.Nm ""
+.Nm
.Fl signal_name
.Ar pid
\&...
-.Nm ""
+.Nm
.Fl signal_number
.Ar pid
\&...
.Sh DESCRIPTION
-The kill utility sends a signal to the processes specified
-by the pid operand(s).
+The
+.Nm
+utility sends a signal to the processes specified by the pid operand(s).
.Pp
Only the super-user may send signals to other users' processes.
.Pp
TERM (software termination signal)
.El
.Pp
+Some shells may provide a builtin
.Nm
-is a built-in to
-.Xr csh 1 ;
-it allows job specifiers of the form ``%...'' as arguments
-so process id's are not as often used as
-.Nm
-arguments.
-See
-.Xr csh 1
-for details.
+command which is similar or identical to this utility.
+Consult the
+.Xr builtin 1
+manual page.
.Sh SEE ALSO
+.Xr builtin 1 ,
.Xr csh 1 ,
+.Xr killall 1 ,
.Xr ps 1 ,
.Xr kill 2 ,
.Xr sigaction 2