From ba6b056376adedc82f4ac0f41b5eed2fa3f30c75 Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Thu, 20 Apr 2000 13:50:04 +0000 Subject: Flesh out stdlib function man pages. --- lib/libc/stdlib/exit.3 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'lib/libc/stdlib/exit.3') 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 . -- cgit v1.2.3