diff options
Diffstat (limited to 'lib')
-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. |