diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-25 13:06:48 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-25 13:06:48 +0000 |
commit | 0192071c54290a1838194b64aaf939ebac0c0aec (patch) | |
tree | 5217c759bd36b703b17fa6504db1e09e262f1e88 /lib/libc/sys/kill.2 | |
parent | 2e4cdc356362d72de3c139a57e62e891a77cff8a (diff) |
punctuation
Diffstat (limited to 'lib/libc/sys/kill.2')
-rw-r--r-- | lib/libc/sys/kill.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/kill.2 b/lib/libc/sys/kill.2 index 7b162ad06c9..04c51723f8a 100644 --- a/lib/libc/sys/kill.2 +++ b/lib/libc/sys/kill.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kill.2,v 1.7 1999/05/23 14:10:54 aaron Exp $ +.\" $OpenBSD: kill.2,v 1.8 1999/05/25 13:06:46 aaron Exp $ .\" $NetBSD: kill.2,v 1.7 1995/02/27 12:33:53 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -74,7 +74,7 @@ to any descendant of the current process. .It \&If Fa pid No \&is greater than zero : .Fa sig is sent to the process whose ID is equal to -.Fa pid. +.Fa pid . .It \&If Fa pid No \&is zero : .Fa sig is sent to all processes whose group ID is equal |