1 --- killpg.2 2003-05-20 15:20:40.000000000 -0700
2 +++ killpg.2.edit 2006-07-12 10:52:21.000000000 -0700
10 .Fn killpg "pid_t pgrp" "int sig"
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>