diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-10-31 17:14:35 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-10-31 17:14:35 +0000 |
commit | 3046af380a719bd7e763718dde1e6e464cf7134c (patch) | |
tree | e8dc0e8136c76e9c666b52f5cdda0138c6298815 /usr.bin/pkill | |
parent | 4f31a58d636b4b58a3a3fee344ac5bb670b88b70 (diff) |
"signal" is an argument, not a flag;
originally requested by sobrado, and now Pierre Riteau
Diffstat (limited to 'usr.bin/pkill')
-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 1c4d857142c..74b31470244 100644 --- a/usr.bin/pkill/pkill.1 +++ b/usr.bin/pkill/pkill.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkill.1,v 1.8 2007/05/31 19:20:14 jmc Exp $ +.\" $OpenBSD: pkill.1,v 1.9 2007/10/31 17:14:34 jmc Exp $ .\" $NetBSD: pkill.1,v 1.8 2003/02/14 15:59:18 grant Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -35,7 +35,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: October 31 2007 $ .Dt PKILL 1 .Os .Sh NAME @@ -54,7 +54,7 @@ .Op Fl u Ar euid .Op Ar pattern ... .Nm pkill -.Op Fl signal +.Op Fl Ar signal .Op Fl fnvx .Op Fl G Ar gid .Op Fl g Ar pgrp @@ -152,7 +152,7 @@ Require an exact match of the process name, or argument list if .Fl f is given. The default is to match any substring. -.It Fl signal +.It Fl Ar signal A non-negative decimal number or symbolic signal name specifying the signal to be sent instead of the default TERM. This option is valid only when given as the first argument to |