Query: gsignal
OS: osf1
Section: 9r
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
gsignal(9r) gsignal(9r)NAMEgsignal - General: Sends a signal to a process groupSYNOPSISvoid gsignal( pid_t pgroup, int signal );ARGUMENTSSpecifies 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.DESCRIPTIONThe gsignal routine sends a signal to a process group, invoking psignal for each process that is a member of the specified process group.RETURN VALUESNoneSEE ALSORoutines: psignal(9r) gsignal(9r)