diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2005-03-27 14:50:10 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2005-03-27 14:50:10 +0000 |
commit | 55228758d24331fcf06319f14dfbfc321edf2ba0 (patch) | |
tree | 375656a59e761622d069151d49238e3b9ac75290 /usr.bin/pkill/pkill.1 | |
parent | 8e90481325bd32fdb763210759d5200786125c93 (diff) |
add a -i option to ignore case distinctions in the process match;
From: NetBSD; ok millert@
Diffstat (limited to 'usr.bin/pkill/pkill.1')
-rw-r--r-- | usr.bin/pkill/pkill.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/pkill/pkill.1 b/usr.bin/pkill/pkill.1 index 302039ced60..042b1e11cc6 100644 --- a/usr.bin/pkill/pkill.1 +++ b/usr.bin/pkill/pkill.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkill.1,v 1.3 2004/07/06 14:02:49 jmc Exp $ +.\" $OpenBSD: pkill.1,v 1.4 2005/03/27 14:50:09 robert Exp $ .\" $NetBSD: pkill.1,v 1.8 2003/02/14 15:59:18 grant Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -43,7 +43,7 @@ .Nd find or signal processes by name .Sh SYNOPSIS .Nm pgrep -.Op Fl flnvx +.Op Fl filnvx .Op Fl G Ar gid .Op Fl P Ar ppid .Op Fl U Ar uid @@ -55,7 +55,7 @@ .Op Ar pattern Op ... .Nm pkill .Op Fl signal -.Op Fl fnvx +.Op Fl finvx .Op Fl G Ar gid .Op Fl P Ar ppid .Op Fl U Ar uid @@ -108,6 +108,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 l Long output. Print the process name in addition to the process ID for each matching |