diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2005-03-20 11:12:13 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2005-03-20 11:12:13 +0000 |
| commit | 46a4b46cd753114e515e0ffbeb18fee6564e3cfa (patch) | |
| tree | 22ff5c4f83fcb41e3ae6cef01cc5023dd97e1753 /usr.bin/pkill/pkill.1 | |
| parent | 87a8221aebd79396d7684fb23c163a43e92f9ece (diff) | |
Notes
Diffstat (limited to 'usr.bin/pkill/pkill.1')
| -rw-r--r-- | usr.bin/pkill/pkill.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/pkill/pkill.1 b/usr.bin/pkill/pkill.1 index 795aff552aa3..e3b68e45ed94 100644 --- a/usr.bin/pkill/pkill.1 +++ b/usr.bin/pkill/pkill.1 @@ -44,7 +44,7 @@ .Nd find or signal processes by name .Sh SYNOPSIS .Nm pgrep -.Op Fl flnvx +.Op Fl filnvx .Op Fl F Ar pidfile .Op Fl G Ar gid .Op Fl M Ar core @@ -60,7 +60,7 @@ .Ar pattern ... .Nm pkill .Op Fl Ar signal -.Op Fl fnvx +.Op Fl finvx .Op Fl F Ar pidfile .Op Fl G Ar gid .Op Fl M Ar core @@ -127,6 +127,8 @@ The value zero is taken to mean the process group ID of the running or .Nm pkill 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 |
