Deleted Added
full compact
killall.1 (173506) killall.1 (192896)
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 173506 2007-11-09 16:31:47Z ru $
25.\" $FreeBSD: head/usr.bin/killall/killall.1 192896 2009-05-27 14:30:26Z jamie $
26.\"
26.\"
27.Dd November 9, 2007
27.Dd May 27, 2009
28.Os
29.Dt KILLALL 1
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.Os
29.Dt KILLALL 1
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 j Ar jid
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
45.Nm

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

86Show only what would be done, but do not send any signal.
87.It Fl Ar SIGNAL
88Send a different signal instead of the default
89.Dv TERM .
90The signal may be specified either as a name
91(with or without a leading
92.Dq Li SIG ) ,
93or numerically.
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
45.Nm

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

86Show only what would be done, but do not send any signal.
87.It Fl Ar SIGNAL
88Send a different signal instead of the default
89.Dv TERM .
90The signal may be specified either as a name
91(with or without a leading
92.Dq Li SIG ) ,
93or numerically.
94.It Fl j Ar jid
95Kill processes in the jail specified by
96.Ar jid .
94.It Fl j Ar jail
95Kill processes in the specified
96.Ar jail .
97.It Fl u Ar user
98Limit potentially matching processes to those belonging to
99the specified
100.Ar user .
101.It Fl t Ar tty
102Limit potentially matching processes to those running on
103the specified
104.Ar tty .

--- 57 unchanged lines hidden ---
97.It Fl u Ar user
98Limit potentially matching processes to those belonging to
99the specified
100.Ar user .
101.It Fl t Ar tty
102Limit potentially matching processes to those running on
103the specified
104.Ar tty .

--- 57 unchanged lines hidden ---