diff options
author | 1999-05-25 13:06:44 +0000 | |
---|---|---|
committer | 1999-05-25 13:06:44 +0000 | |
commit | 605d2228fb9c3860c05a568a762db4a08a3a1d22 (patch) | |
tree | d5a143f1f090a135fe65053c08e3417ea15012ef /lib/libc/sys/kill.2 | |
parent | Move hilsoftinit() call to before interrupts are enabled, from NetBSD. (diff) | |
download | wireguard-openbsd-605d2228fb9c3860c05a568a762db4a08a3a1d22.tar.xz wireguard-openbsd-605d2228fb9c3860c05a568a762db4a08a3a1d22.zip |
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 |