1. NAME

sys_kill - send a signal to a process

2. SYNOPSIS

long sys_kill(pid_t  pid , int  sig );

3. ARGUMENTS

pid
    the PID of the process

sig
    signal to be sent

4. COPYRIGHT