kill

Name

kill -- Send a signal to a process.

Type: function

Synopsis

kill( pid sig, rc);

Arguments

pid

An instance of <fixnum>

sig

An instance of <fixnum>

Return Values

rc

An instance of <integer>

Description

Send the signal sig to the process pid.