diff options
author | ru <ru@FreeBSD.org> | 1999-06-18 10:41:13 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 1999-06-18 10:41:13 +0000 |
commit | 06e790a3fd6e96e0e3f8d55f306b1ca9a5231597 (patch) | |
tree | 0dfa834cade986e52e49cd7380852a20b9ecd15b /lib/libc | |
parent | 4930acef371c7293d2ec4806b7cfcd56fc1a2288 (diff) | |
download | FreeBSD-src-06e790a3fd6e96e0e3f8d55f306b1ca9a5231597.zip FreeBSD-src-06e790a3fd6e96e0e3f8d55f306b1ca9a5231597.tar.gz |
Typo in previous commit.
Diffstat (limited to 'lib/libc')
-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 24a4391..ea58d1a 100644 --- a/lib/libc/sys/kill.2 +++ b/lib/libc/sys/kill.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)kill.2 8.3 (Berkeley) 4/19/94 -.\" $Id: kill.2,v 1.7 1997/04/11 18:47:03 bde Exp $ +.\" $Id: kill.2,v 1.8 1999/06/18 10:24:12 ru Exp $ .\" .Dd April 19, 1994 .Dt KILL 2 @@ -85,7 +85,7 @@ this is a variant of If the user has super-user privileges, the signal is sent to all processes excluding system processes -.Pq whose have Dv P_SYSTEM flag set , +.Pq with Dv P_SYSTEM flag set , process with ID 1 .Pq usually Xr init 8 , and the process sending the signal. |