BSD 4_2 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Fri, 1 Apr 1983 06:37:10 +0000 (22:37 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Fri, 1 Apr 1983 06:37:10 +0000 (22:37 -0800)
Work on file usr/man/man3/exit.3

Synthesized-from: CSRG/cd1/4.2

usr/man/man3/exit.3 [new file with mode: 0644]

diff --git a/usr/man/man3/exit.3 b/usr/man/man3/exit.3
new file mode 100644 (file)
index 0000000..d6238bf
--- /dev/null
@@ -0,0 +1,20 @@
+.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)