Deleted Added
full compact
killall.1 (94689) killall.1 (95124)
1.\" Copyright (C) 1995 by Joerg Wunsch, Dresden
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

17.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
18.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
21.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
22.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
23.\" POSSIBILITY OF SUCH DAMAGE.
24.\"
1.\" Copyright (C) 1995 by Joerg Wunsch, Dresden
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

17.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
18.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
21.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
22.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
23.\" POSSIBILITY OF SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/usr.bin/killall/killall.1 94689 2002-04-14 22:25:57Z des $
25.\" $FreeBSD: head/usr.bin/killall/killall.1 95124 2002-04-20 12:18:28Z charnier $
26.\"
27.Dd June 25, 1995
28.Os
29.Dt KILLALL 1
30.Sh NAME
31.Nm killall
32.Nd kill processes by name
33.Sh SYNOPSIS

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

40.Op Fl s
41.Op Fl z
42.Op Fl u Ar user
43.Op Fl t Ar tty
44.Op Fl c Ar procname
45.Op Fl SIGNAL
46.Op Ar procname ...
47.Sh DESCRIPTION
26.\"
27.Dd June 25, 1995
28.Os
29.Dt KILLALL 1
30.Sh NAME
31.Nm killall
32.Nd kill processes by name
33.Sh SYNOPSIS

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

40.Op Fl s
41.Op Fl z
42.Op Fl u Ar user
43.Op Fl t Ar tty
44.Op Fl c Ar procname
45.Op Fl SIGNAL
46.Op Ar procname ...
47.Sh DESCRIPTION
48.Nm Killall
49kills processes selected by name, as opposed to the selection by pid
48The
49.Nm
50utility kills processes selected by name, as opposed to the selection by pid
50as done by
51.Xr kill 1 .
52By default, it will send a
53.Dv TERM
54signal to all processes with a real UID identical to the
55caller of
56.Nm
57that match the name

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

106.Ar progname .
107.It Fl z
108Don't skip zombies.
109This should not have any effect except to print a few error messages
110if there are zombie processes that match the specified pattern.
111.El
112.Sh ALL PROCESSES
113Sending a signal to all processes with uid
51as done by
52.Xr kill 1 .
53By default, it will send a
54.Dv TERM
55signal to all processes with a real UID identical to the
56caller of
57.Nm
58that match the name

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

107.Ar progname .
108.It Fl z
109Don't skip zombies.
110This should not have any effect except to print a few error messages
111if there are zombie processes that match the specified pattern.
112.El
113.Sh ALL PROCESSES
114Sending a signal to all processes with uid
114.Nm XYZ
115.Em XYZ
115is already supported by
116.Xr kill 1 .
117So use
118.Xr kill 1
119for this job (e.g. $ kill -TERM -1 or
120as root $ echo kill -TERM -1 | su -m <user>)
121.Sh DIAGNOSTICS
122The

--- 35 unchanged lines hidden ---
116is already supported by
117.Xr kill 1 .
118So use
119.Xr kill 1
120for this job (e.g. $ kill -TERM -1 or
121as root $ echo kill -TERM -1 | su -m <user>)
122.Sh DIAGNOSTICS
123The

--- 35 unchanged lines hidden ---