1 --- killpg.2.orig 2009-11-06 10:36:38.000000000 -0800
2 +++ killpg.2 2009-11-06 10:41:32.000000000 -0800
10 .Fn killpg "pid_t pgrp" "int sig"
11 @@ -76,21 +75,29 @@ The
14 is not a valid signal number.
16 +The sending process is not the super-user and one or more
17 +of the target processes has an effective user ID different from that
18 +of the sending process.
20 No process can be found in the process group specified by
23 The process group was given as 0
24 but the sending process does not have a process group.
26 -The sending process is not the super-user and one or more
27 -of the target processes has an effective user ID different from that
28 -of the sending process.
31 +.Fd #include <sys/types.h>
32 +.Fd #include <signal.h>