diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-06-07 22:16:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-06-07 22:16:44 +0000 |
commit | db747286bf2bd61e1a397e68585115a1a1148b79 (patch) | |
tree | 7af7330255df63573e6a8b0661c8a62972d349fc | |
parent | 711cd10b24c0c1ad4bc6d5cace86ec6eae63bfa5 (diff) |
tweak -v; from Tim van der Molen
-rw-r--r-- | usr.bin/pkill/pkill.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/pkill/pkill.1 b/usr.bin/pkill/pkill.1 index 9e86ba5c68d..5fcb78c6877 100644 --- a/usr.bin/pkill/pkill.1 +++ b/usr.bin/pkill/pkill.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkill.1,v 1.13 2009/03/26 08:38:39 sobrado Exp $ +.\" $OpenBSD: pkill.1,v 1.14 2009/06/07 22:16:43 jmc Exp $ .\" $NetBSD: pkill.1,v 1.8 2003/02/14 15:59:18 grant Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 26 2009 $ +.Dd $Mdocdate: June 7 2009 $ .Dt PKILL 1 .Os .Sh NAME @@ -144,8 +144,8 @@ Restrict matches to processes with an effective user ID in the comma-separated list .Ar euid . .It Fl v -Reverse the sense of the matching; display processes that do not match the -given criteria. +Reverse the sense of the matching; +display or signal processes that do not match the given criteria. .It Fl x Require an exact match of the process name, or argument list if .Fl f |