diff options
author | 2000-04-20 13:50:01 +0000 | |
---|---|---|
committer | 2000-04-20 13:50:01 +0000 | |
commit | b43b90887f3b9d2c29965f870f90ae22a8c39b03 (patch) | |
tree | 30c566895531f29f7cd76f7a66a745b31029b375 /lib/libc/stdlib/exit.3 | |
parent | Don't include machine/pmap.h, vm/pmap.h does that for us. (diff) | |
download | wireguard-openbsd-b43b90887f3b9d2c29965f870f90ae22a8c39b03.tar.xz wireguard-openbsd-b43b90887f3b9d2c29965f870f90ae22a8c39b03.zip |
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 . |