14 lines
237 B
Groff
14 lines
237 B
Groff
Name: exit, _exit - terminate process
|
|
|
|
Syntax: void exit (int status)
|
|
|
|
Description:
|
|
Exit terminates the calling process.
|
|
|
|
See Also:
|
|
intro(2), signal(2), wait(2).
|
|
|
|
Bugs:
|
|
This description could be slightly longer.
|
|
|