sys_kill(9) centos man page | unix.com

Man Page: sys_kill

Operating Environment: centos

Section: 9

SYS_KILL(9)							   Driver Basics						       SYS_KILL(9)

NAME
sys_kill - send a signal to a process
SYNOPSIS
long sys_kill(pid_t pid, int sig);
ARGUMENTS
pid the PID of the process sig signal to be sent
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SYS_KILL(9)
Related Man Pages
kill(2) - bsd
kill(2) - mojave
kill(2) - v7
kill(2) - minix
tapset::signal(3stap) - debian
Similar Topics in the Unix Linux Community
Autosys kill command