diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-20 13:50:04 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-20 13:50:04 +0000 |
commit | ba6b056376adedc82f4ac0f41b5eed2fa3f30c75 (patch) | |
tree | e5c095a3d4f9afb3b98cca651e27f12c8880ffbd /lib/libc/stdlib/exit.3 | |
parent | 51643f419480d5bdfbed4ef6c16cf20340d8a357 (diff) |
Flesh out stdlib function man pages.
Diffstat (limited to 'lib/libc/stdlib/exit.3')
-rw-r--r-- | lib/libc/stdlib/exit.3 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3 index 326c5539a88..a17c1805f2a 100644 --- a/lib/libc/stdlib/exit.3 +++ b/lib/libc/stdlib/exit.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: exit.3,v 1.3 1999/02/27 21:55:55 deraadt Exp $ +.\" $OpenBSD: exit.3,v 1.4 2000/04/20 13:50:02 aaron Exp $ .\" .Dd June 29, 1991 .Dt EXIT 3 @@ -46,8 +46,9 @@ .Ft void .Fn exit "int status" .Sh DESCRIPTION +The .Fn exit -terminates a process. +function terminates a process. .Pp Before termination it performs the following functions in the order listed: @@ -68,8 +69,7 @@ function. .Sh RETURN VALUES The .Fn exit -function -never returns. +function never returns. .Sh SEE ALSO .Xr _exit 2 , .Xr atexit 3 , @@ -78,6 +78,5 @@ never returns. .Sh STANDARDS The .Fn exit -function -conforms to +function conforms to .St -ansiC . |