File:  [Power 6/32 Unix Tahoe 4.2BSD] / cci / usr / src / man / man2 / killpg.2
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Sun Jul 28 12:26:25 2019 UTC (7 years ago) by root
Branches: bsd, MAIN
CVS tags: v121, HEAD
Power 6/32 Unix version 1.21

.TH KILLPG 2 "27 July 1983"
.UC 4
.SH NAME
killpg \- send signal to a process group
.SH SYNOPSIS
.ft B
killpg(pgrp, sig)
.br
int pgrp, sig;
.ft R
.SH DESCRIPTION
.I Killpg
sends the signal
.I sig
to the process group
.IR pgrp .
See
.IR sigvec (2)
for a list of signals.
.PP
The sending process and members of the process group must
have the same effective user ID, otherwise
this call is restricted to the super-user.
As a single special case the continue signal SIGCONT may be sent
to any process which is a descendant of the current process.
.SH "RETURN VALUE
Upon successful completion, a value of 0 is returned.  Otherwise,
a value of \-1 is returned and the global variable \fIerrno\fP
is set to indicate the error.
.SH "ERRORS
\fIKillpg\fP fails and no signal is sent if any of the
following occur:
.TP 15
[EINVAL]
\fISig\fP is not a valid signal number.
.TP 15
[ESRCH]
No process can be found corresponding to that specified by \fIpid\fP.
.TP 15
[EPERM]
The sending process is not the super-user and one or more
of the target processes has an effective user ID different from that
of the sending process.
.SH "SEE ALSO"
kill(2), getpgrp(2), sigvec(2)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.