Files
2024-02-19 00:21:39 -05:00

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.