Deleted Added
sdiff udiff text old ( 50471 ) new ( 51090 )
full compact
1.\" Copyright (c) 1980, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the Institute of Electrical and Electronics Engineers, Inc.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 19 unchanged lines hidden (view full) ---

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)kill.1 8.2 (Berkeley) 4/28/95
36.\" $FreeBSD: head/bin/kill/kill.1 50471 1999-08-27 23:15:48Z peter $
37.\"
38.Dd April 28, 1995
39.Dt KILL 1
40.Os
41.Sh NAME
42.Nm kill
43.Nd terminate or signal a process
44.Sh SYNOPSIS

--- 60 unchanged lines hidden (view full) ---

105.It 9
106KILL (non-catchable, non-ignorable kill)
107.It 14
108ALRM (alarm clock)
109.It 15
110TERM (software termination signal)
111.El
112.Pp
113.Nm Kill
114is a built-in to
115.Xr csh 1 ;
116it allows job specifiers of the form ``%...'' as arguments
117so process id's are not as often used as
118.Nm
119arguments.
120See
121.Xr csh 1
122for details.
123.Sh SEE ALSO
124.Xr csh 1 ,
125.Xr killall 1 ,
126.Xr ps 1 ,
127.Xr kill 2 ,
128.Xr sigaction 2
129.Sh STANDARDS
130The
131.Nm

--- 14 unchanged lines hidden ---