diff options
Diffstat (limited to 'lib/libc/stdlib/exit.3')
| -rw-r--r-- | lib/libc/stdlib/exit.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3 index d77d22fd0fa..2805e0a1866 100644 --- a/lib/libc/stdlib/exit.3 +++ b/lib/libc/stdlib/exit.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: exit.3,v 1.10 2002/08/10 17:10:11 yamt Exp $ +.\" $NetBSD: exit.3,v 1.11 2002/10/01 17:29:22 wiz Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -51,7 +51,8 @@ .Fn exit "int status" .Sh DESCRIPTION .Fn exit -terminates a process. The +terminates a process. +The .Fa status values .Dv EXIT_SUCCESS |
