1KILL(3F) KILL(3F)
23
4
NAME
6kill - send a signal to a process
7
SYNOPSIS
9function kill (pid, signum)
10integer pid, signum
11
DESCRIPTION
13Pid must be the process id of one of the user's processes. Signum must
14be a valid signal number (see sigvec(2)). The returned value will be 0
15if successful; an error code otherwise.
16
FILES
18/usr/lib/libU77.a
19
SEE ALSO
21kill(2), sigvec(2), signal(3F), fork(3F), perror(3F)
2223
24
25
4.2 Berkeley Distribution May 15, 1985 KILL(3F)