aboutsummaryrefslogtreecommitdiff
path: root/bin/pkill/pkill.1
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2010-06-20 08:48:30 +0000
committerBrian Somers <brian@FreeBSD.org>2010-06-20 08:48:30 +0000
commit3ba0e47047c6fb9b3a502a49731f510ec3c84fbc (patch)
treef840c0ad50be145deb3cfa22d7454ecbe559b7de /bin/pkill/pkill.1
parentf0cc075c4ff6d5041e50ef1fc89247d84ef1f49a (diff)
downloadsrc-3ba0e47047c6fb9b3a502a49731f510ec3c84fbc.tar.gz
src-3ba0e47047c6fb9b3a502a49731f510ec3c84fbc.zip
Recognise the -l switch with pkill - list kill command(s) used.
PR: 143558 Submitted by: eitanadlerlist at gmail dot com MFC after: 3 weeks
Notes
Notes: svn path=/head/; revision=209363
Diffstat (limited to 'bin/pkill/pkill.1')
-rw-r--r--bin/pkill/pkill.110
1 files changed, 6 insertions, 4 deletions
diff --git a/bin/pkill/pkill.1 b/bin/pkill/pkill.1
index 0c666e5d09ed..71883875d3f0 100644
--- a/bin/pkill/pkill.1
+++ b/bin/pkill/pkill.1
@@ -156,14 +156,16 @@ The value
matches processes not in jail.
.It Fl l
Long output.
-Print the process name in addition to the process ID for each matching
+For
+.Nm pgrep ,
+print the process name in addition to the process ID for each matching
process.
If used in conjunction with
.Fl f ,
print the process ID and the full argument list for each matching process.
-This option can only be used with the
-.Nm pgrep
-command.
+For
+.Nm pkill ,
+display the kill command used for each process killed.
.It Fl n
Select only the newest (most recently started) of the matching processes.
.It Fl o