Deleted Added
full compact
killall.1 (70015) killall.1 (70197)
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 70015 2000-12-14 11:52:05Z ru $
25.\" $FreeBSD: head/usr.bin/killall/killall.1 70197 2000-12-19 16:00:12Z ru $
26.\"
27.Dd June 25, 1995
28.Os FreeBSD
29.Dt KILLALL 1
30.Sh NAME
31.Nm killall
32.Nd kill processes by name
33.Sh SYNOPSIS
34.Nm
26.\"
27.Dd June 25, 1995
28.Os FreeBSD
29.Dt KILLALL 1
30.Sh NAME
31.Nm killall
32.Nd kill processes by name
33.Sh SYNOPSIS
34.Nm
35.Op Fl d \&| Ns Fl v
36.Op Fl h \&| Ns Fl \&?
35.Op Fl d | v
36.Op Fl h | ?\&
37.Op Fl help
38.Op Fl l
39.Op Fl m
40.Op Fl s
41.Op Fl u Ar user
42.Op Fl t Ar tty
43.Op Fl c Ar procname
44.Op Fl SIGNAL

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

54caller of
55.Nm
56that match the name
57.Ar procname .
58The super-user is allowed to kill any process.
59.Pp
60The options are as follows:
61.Bl -tag -width 10n -offset indent
37.Op Fl help
38.Op Fl l
39.Op Fl m
40.Op Fl s
41.Op Fl u Ar user
42.Op Fl t Ar tty
43.Op Fl c Ar procname
44.Op Fl SIGNAL

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

54caller of
55.Nm
56that match the name
57.Ar procname .
58The super-user is allowed to kill any process.
59.Pp
60The options are as follows:
61.Bl -tag -width 10n -offset indent
62.It Fl d \&| Ns Fl v
62.It Fl d | v
63Be more verbose about what will be done. For a single
64.Fl d
65option, a list of the processes that will be sent the signal will be
66printed, or a message indicating that no matching processes have been
67found.
63Be more verbose about what will be done. For a single
64.Fl d
65option, a list of the processes that will be sent the signal will be
66printed, or a message indicating that no matching processes have been
67found.
68.It Fl h \&| Ns Fl \&?
68.It Fl h | ?\&
69.It Fl help
70Give a help on the command usage and exit.
71.It Fl l
72List the names of the available signals and exit, like in
73.Xr kill 1 .
74.It Fl m
75Match the argument
76.Ar procname

--- 75 unchanged lines hidden ---
69.It Fl help
70Give a help on the command usage and exit.
71.It Fl l
72List the names of the available signals and exit, like in
73.Xr kill 1 .
74.It Fl m
75Match the argument
76.Ar procname

--- 75 unchanged lines hidden ---