kill(3f)
NAME
kill − send a signal to a process
SYNTAX
function kill (pid, signum)
integer pid, signum
DESCRIPTION
The pid argument must be the process id of one of the user’s processes. The signum argument must be a valid signal number. For further information, see sigvec(2). The returned value will be 0 if successful; an error code otherwise.
FILES
/usr/lib/libU77.a