summaryrefslogtreecommitdiffstats
path: root/bin/pkill/pkill.1
diff options
context:
space:
mode:
authorjamie <jamie@FreeBSD.org>2015-08-22 05:04:36 +0000
committerjamie <jamie@FreeBSD.org>2015-08-22 05:04:36 +0000
commitc4b111a2732b06d29af6310d22e942c6bbb7e888 (patch)
tree5c5626855fc8b7ff8282b5d56b965d02c002bffe /bin/pkill/pkill.1
parent4faa08c491ab01b34b68279f5320971db6a81133 (diff)
downloadFreeBSD-src-c4b111a2732b06d29af6310d22e942c6bbb7e888.zip
FreeBSD-src-c4b111a2732b06d29af6310d22e942c6bbb7e888.tar.gz
Make pkill/pgrep -j ARG take jname, not just jid.
PR: 201588 Submitted by: Daniel Shahaf <danielsh at apache.org> MFC after: 3 days
Diffstat (limited to 'bin/pkill/pkill.1')
-rw-r--r--bin/pkill/pkill.122
1 files changed, 11 insertions, 11 deletions
diff --git a/bin/pkill/pkill.1 b/bin/pkill/pkill.1
index 3f219b6..70b7912 100644
--- a/bin/pkill/pkill.1
+++ b/bin/pkill/pkill.1
@@ -29,7 +29,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd August 9, 2013
+.Dd August 21, 2015
.Dt PKILL 1
.Os
.Sh NAME
@@ -47,7 +47,7 @@
.Op Fl c Ar class
.Op Fl d Ar delim
.Op Fl g Ar pgrp
-.Op Fl j Ar jid
+.Op Fl j Ar jail
.Op Fl s Ar sid
.Op Fl t Ar tty
.Op Fl u Ar euid
@@ -63,7 +63,7 @@
.Op Fl U Ar uid
.Op Fl c Ar class
.Op Fl g Ar pgrp
-.Op Fl j Ar jid
+.Op Fl j Ar jail
.Op Fl s Ar sid
.Op Fl t Ar tty
.Op Fl u Ar euid
@@ -149,16 +149,16 @@ or
command.
.It Fl i
Ignore case distinctions in both the process table and the supplied pattern.
-.It Fl j Ar jid
-Restrict matches to processes inside jails with a jail ID in the comma-separated
-list
-.Ar jid .
-The value
+.It Fl j Ar jail
+Restrict matches to processes inside the specified jails.
+The argument
+.Ar jail
+may be
.Dq Li any
-matches processes in any jail.
-The value
+to match processes in any jail,
.Dq Li none
-matches processes not in jail.
+to match processes not in jail,
+or a comma-separated list of jail IDs or names.
.It Fl l
Long output.
For
OpenPOWER on IntegriCloud