Deleted Added
full compact
kill.1 (139969) kill.1 (140353)
1.\"-
2.\" Copyright (c) 1980, 1990, 1993
3.\" The Regents of the University of California. All rights reserved.
4.\"
5.\" This code is derived from software contributed to Berkeley by
6.\" the Institute of Electrical and Electronics Engineers, Inc.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)kill.1 8.2 (Berkeley) 4/28/95
1.\"-
2.\" Copyright (c) 1980, 1990, 1993
3.\" The Regents of the University of California. All rights reserved.
4.\"
5.\" This code is derived from software contributed to Berkeley by
6.\" the Institute of Electrical and Electronics Engineers, Inc.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

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

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

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

110.El
111.Pp
112Some shells may provide a builtin
113.Nm
114command which is similar or identical to this utility.
115Consult the
116.Xr builtin 1
117manual page.
34.\"
35.Dd April 28, 1995
36.Dt KILL 1
37.Os
38.Sh NAME
39.Nm kill
40.Nd terminate or signal a process
41.Sh SYNOPSIS

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

110.El
111.Pp
112Some shells may provide a builtin
113.Nm
114command which is similar or identical to this utility.
115Consult the
116.Xr builtin 1
117manual page.
118.Sh EXIT STATUS
119.Ex -std
118.Sh EXAMPLES
119Terminate
120the processes with pids 142 and 157:
121.Pp
122.Dl "kill 142 157"
123.Pp
124Send the hangup signal
125.Pq Dv SIGHUP
126to the process with pid 507:
127.Pp
128.Dl "kill -s HUP 507"
129.Pp
130Terminate the process group with pgid 117:
131.Pp
132.Dl "kill -- -117"
120.Sh EXAMPLES
121Terminate
122the processes with pids 142 and 157:
123.Pp
124.Dl "kill 142 157"
125.Pp
126Send the hangup signal
127.Pq Dv SIGHUP
128to the process with pid 507:
129.Pp
130.Dl "kill -s HUP 507"
131.Pp
132Terminate the process group with pgid 117:
133.Pp
134.Dl "kill -- -117"
133.Sh DIAGNOSTICS
134.Ex -std
135.Sh SEE ALSO
136.Xr builtin 1 ,
137.Xr csh 1 ,
138.Xr killall 1 ,
139.Xr ps 1 ,
140.Xr kill 2 ,
141.Xr sigaction 2
142.Sh STANDARDS

--- 16 unchanged lines hidden ---
135.Sh SEE ALSO
136.Xr builtin 1 ,
137.Xr csh 1 ,
138.Xr killall 1 ,
139.Xr ps 1 ,
140.Xr kill 2 ,
141.Xr sigaction 2
142.Sh STANDARDS

--- 16 unchanged lines hidden ---