Index Index for
Section 9r
Index Alphabetical
listing for G
Bottom of page Bottom of
page

gsignal(9r)

NAME

gsignal - General: Sends a signal to a process group

SYNOPSIS

void gsignal( pid_t pgroup, int signal );

ARGUMENTS

pgroup Specifies the process group to which you want to send a specified signal. 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)

Index Index for
Section 9r
Index Alphabetical
listing for G
Top of page Top of
page