diff options
author | Jason Peel <jsyn@cvs.openbsd.org> | 2002-06-05 06:29:11 +0000 |
---|---|---|
committer | Jason Peel <jsyn@cvs.openbsd.org> | 2002-06-05 06:29:11 +0000 |
commit | 55f5bdbdd8f33be9212d9945b5fca20e5d1afe23 (patch) | |
tree | e7226c25aa3413091aae5bce888f644266bf436f /bin/kill | |
parent | d004f351ba0764f367cb59a328f88460354c5dd3 (diff) |
document pgid usage; ok millert@
Diffstat (limited to 'bin/kill')
-rw-r--r-- | bin/kill/kill.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/kill/kill.1 b/bin/kill/kill.1 index f63f0e655d0..a56f68ece58 100644 --- a/bin/kill/kill.1 +++ b/bin/kill/kill.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kill.1,v 1.19 2002/02/11 18:43:51 mpech Exp $ +.\" $OpenBSD: kill.1,v 1.20 2002/06/05 06:29:10 jsyn Exp $ .\" $NetBSD: kill.1,v 1.8 1995/09/07 06:30:26 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -100,6 +100,11 @@ If superuser, broadcast the signal to all processes; otherwise, broadcast to all processes belonging to the user. .El .Pp +.Bl -tag -width Ds -compact -offset indent +.It \- Ns Ar pgid +Send the signal to all processes within the specified process group. +.El +.Pp Some of the more commonly used signals: .Pp .Bl -tag -width Ds -compact -offset indent |