KILL(3F)
+U77 FORTRAN compile-line option required
NAME
kill − send a signal to a process
SYNOPSIS
INTEGER*4 function kill (pid, signum)
INTEGER*4 pid, signum
DESCRIPTION
Pid must be the process id of one of the user’s processes. Signum must be a valid signal number (see signal(5)). The returned value will be 0 if successful; an error code otherwise.
FILES
/usr/lib/libU77.a
SEE ALSO
kill(2), signal(3F), signal(5), fork(3F), perror(3F)
Hewlett-Packard Company — HP-UX Release 9.0: June 1992