previous | start | next

The kill System Call

From the Linux man page for kill

Use

        man 2 kill 
     

to get the description for calling kill from a program.

That man page is in section 2.

If you just type

        man kill
     

you get the description for using the kill command at the shell prompt.



previous | start | next