summaryrefslogtreecommitdiffstats
path: root/usr.bin/killall/killall.1
diff options
context:
space:
mode:
authorjamie <jamie@FreeBSD.org>2009-05-27 14:30:26 +0000
committerjamie <jamie@FreeBSD.org>2009-05-27 14:30:26 +0000
commit8dbff96dac0a8009a4169eedbbe59be58a480889 (patch)
tree4a406964696e0ebb946248969d86b305f81eab7b /usr.bin/killall/killall.1
parenta013e0afcbb44052a86a7977277d669d8883b7e7 (diff)
downloadFreeBSD-src-8dbff96dac0a8009a4169eedbbe59be58a480889.zip
FreeBSD-src-8dbff96dac0a8009a4169eedbbe59be58a480889.tar.gz
Add support for the arbitrary named jail parameters used by jail_set(2)
and jail_get(2). Jail(8) can now create jails using a "name=value" format instead of just specifying a limited set of fixed parameters; it can also modify parameters of existing jails. Jls(8) can display all parameters of jails, or a specified set of parameters. The available parameters are gathered from the kernel, and not hard-coded into these programs. Small patches on killall(1) and jexec(8) to support jail names with jail_get(2). Approved by: bz (mentor)
Diffstat (limited to 'usr.bin/killall/killall.1')
-rw-r--r--usr.bin/killall/killall.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/killall/killall.1 b/usr.bin/killall/killall.1
index 816ea81..632c066 100644
--- a/usr.bin/killall/killall.1
+++ b/usr.bin/killall/killall.1
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 9, 2007
+.Dd May 27, 2009
.Os
.Dt KILLALL 1
.Sh NAME
@@ -34,7 +34,7 @@
.Nm
.Op Fl delmsvz
.Op Fl help
-.Op Fl j Ar jid
+.Op Fl j Ar jail
.Op Fl u Ar user
.Op Fl t Ar tty
.Op Fl c Ar procname
@@ -91,9 +91,9 @@ The signal may be specified either as a name
(with or without a leading
.Dq Li SIG ) ,
or numerically.
-.It Fl j Ar jid
-Kill processes in the jail specified by
-.Ar jid .
+.It Fl j Ar jail
+Kill processes in the specified
+.Ar jail .
.It Fl u Ar user
Limit potentially matching processes to those belonging to
the specified
OpenPOWER on IntegriCloud