4.2BSD/usr/man/man3/exit.3

Compare this file to the similar file:
Show the results in this format:

.TH EXIT 3 "1 April 1983"
.UC 4
.SH NAME
exit \- terminate a process after flushing any pending output
.SH SYNOPSIS
.nf
.ft B
exit(status)
int status;
.fi
.SH DESCRIPTION
.I Exit
terminates a process after calling the Standard I/O library
function
.I _cleanup
to flush any buffered output.
.I Exit
never returns.
.SH "SEE ALSO"
exit(2), intro(3S)