15 lines
354 B
Groff
15 lines
354 B
Groff
Name: kill - send a signal to a process or a group of processes
|
|
|
|
Syntax: int kill (int pid, int sig)
|
|
|
|
Description:
|
|
Kill sendes a signal to a process or a group of processes.
|
|
|
|
See Also:
|
|
getpid(2), setpgrp(2), signal(2).
|
|
kill(1) in the UNIX System V User Reference Manual.
|
|
|
|
Bugs:
|
|
This description could be slightly longer.
|
|
|