Deleted Added
full compact
killall.1 (233510) killall.1 (237618)
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 233510 2012-03-26 15:18:14Z joel $
25.\" $FreeBSD: head/usr.bin/killall/killall.1 237618 2012-06-27 00:50:25Z delphij $
26.\"
26.\"
27.Dd December 25, 2009
27.Dd June 27, 2012
28.Dt KILLALL 1
29.Os
30.Sh NAME
31.Nm killall
32.Nd kill processes by name
33.Sh SYNOPSIS
34.Nm
35.Op Fl delmsvz
36.Op Fl help
28.Dt KILLALL 1
29.Os
30.Sh NAME
31.Nm killall
32.Nd kill processes by name
33.Sh SYNOPSIS
34.Nm
35.Op Fl delmsvz
36.Op Fl help
37.Op Fl I
37.Op Fl j Ar jail
38.Op Fl u Ar user
39.Op Fl t Ar tty
40.Op Fl c Ar procname
41.Op Fl Ar SIGNAL
42.Op Ar procname ...
43.Sh DESCRIPTION
44The

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

66found.
67.It Fl e
68Use the effective user ID instead of the (default) real user ID for matching
69processes specified with the
70.Fl u
71option.
72.It Fl help
73Give a help on the command usage and exit.
38.Op Fl j Ar jail
39.Op Fl u Ar user
40.Op Fl t Ar tty
41.Op Fl c Ar procname
42.Op Fl Ar SIGNAL
43.Op Ar procname ...
44.Sh DESCRIPTION
45The

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

67found.
68.It Fl e
69Use the effective user ID instead of the (default) real user ID for matching
70processes specified with the
71.Fl u
72option.
73.It Fl help
74Give a help on the command usage and exit.
75.It Fl I
76Request confirmation before attempting to signal each
77process.
74.It Fl l
75List the names of the available signals and exit, like in
76.Xr kill 1 .
77.It Fl m
78Match the argument
79.Ar procname
80as a (case sensitive) regular expression against the names
81of processes found.

--- 91 unchanged lines hidden ---
78.It Fl l
79List the names of the available signals and exit, like in
80.Xr kill 1 .
81.It Fl m
82Match the argument
83.Ar procname
84as a (case sensitive) regular expression against the names
85of processes found.

--- 91 unchanged lines hidden ---