KILL(3F7768) — NEWS-OS Programmer’s Manual
NAME
kill − send a signal to a process
SYNOPSIS
function kill (pid, signum)
integer pid, signum
DESCRIPTION
pid must be the process id of one of the user’s processes. signum must be a valid signal number (see sigvec(2)). The returned value will be 0 if successful; an error code otherwise.
FILES
/usr/lib/libU7768.a
SEE ALSO
kill(2), sigvec(2), signal(3F7768), fork(3F7768), perror(3F7768)
NEWS-OSRelease 4.2.1R