1KILL(3F)                                                              KILL(3F)
2
3
4

NAME

6       kill - send a signal to a process
7

SYNOPSIS

9       function kill (pid, signum)
10       integer pid, signum
11

DESCRIPTION

13       Pid must be the process id of one of the user's processes.  Signum must
14       be a valid signal number (see sigvec(2)).  The returned value will be 0
15       if successful; an error code otherwise.
16

FILES

18       /usr/lib/libU77.a
19

SEE ALSO

21       kill(2), sigvec(2), signal(3F), fork(3F), perror(3F)
22
23
24
254.2 Berkeley Distribution        May 15, 1985                         KILL(3F)
Impressum