xref: /original-bsd/share/man/man3f/kill.3 (revision c3e32dec)
Copyright (c) 1983, 1993
The Regents of the University of California. All rights reserved.

%sccs.include.proprietary.roff%

@(#)kill.3 8.1 (Berkeley) 06/05/93

KILL 3F ""
C 5
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
"SEE ALSO"
kill(2), sigvec(2), signal(3F), fork(3F), perror(3F)