gsignal(9r) gsignal(9r)
NAME
gsignal - General: Sends a signal to a process group
SYNOPSIS
void gsignal(
pid_t pgroup,
int signal );
ARGUMENTS
Specifies the process group to which you want to send a specified signal. Specifies the signal that you want to send to the specified
process group. You can specify any of the signals defined in /usr/sys/include/sys/signal.h.
DESCRIPTION
The gsignal routine sends a signal to a process group, invoking psignal for each process that is a member of the specified process group.
RETURN VALUES
None
SEE ALSO
Routines: psignal(9r)
gsignal(9r)