bsd man page for kill

Query: kill

OS: bsd

Section: 3f

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

KILL(3F)																  KILL(3F)

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/libU77.a
SEE ALSO
kill(2), sigvec(2), signal(3F), fork(3F), perror(3F) 4.2 Berkeley Distribution May 15, 1985 KILL(3F)
Related Man Pages
kill(2) - bsd
kill(2) - mojave
kill(1) - netbsd
kill(1) - xfree86
kill(1) - php
Similar Topics in the Unix Linux Community
Is there any cmd to kill a process including its childs ( or sub processes spawned by
how to trap unix signal if the process killed/interupt occured in bash...
Read/kill processes
How get rid of kill output message?
Not able to kill a process