diff options
author | 2002-06-05 06:29:10 +0000 | |
---|---|---|
committer | 2002-06-05 06:29:10 +0000 | |
commit | a824611d0dfd7d88e2f07a6bc037c10ec1729f12 (patch) | |
tree | d07e96f1e320696d4a85d2eeda9737dbd5dc40f2 | |
parent | be sure to use L3 MTU, not L2 MTU, when specified in spec (affects FDDI/ARCnet) (diff) | |
download | wireguard-openbsd-a824611d0dfd7d88e2f07a6bc037c10ec1729f12.tar.xz wireguard-openbsd-a824611d0dfd7d88e2f07a6bc037c10ec1729f12.zip |
document pgid usage; ok millert@
-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 |