Note that killpg() is actually a library function on Linux.

This commit is contained in:
Michael Kerrisk 2007-06-24 17:28:02 +00:00
parent 402eecb838
commit 4a6515efe0
1 changed files with 5 additions and 0 deletions

View File

@ -113,6 +113,11 @@ returned when the permission check failed for at least one target process,
while POSIX documents
.B EPERM
only when the permission check failed for all target processes.
On Linux,
.BR killpg ()
is implemented as a library function that makes the call
.IR "kill(-pgrp,\ sig)" .
.SH "SEE ALSO"
.BR getpgrp (2),
.BR kill (2),