summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1999-08-01 20:46:45 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1999-08-01 20:46:45 +0000
commitcc5aedfb1a1217f597900cca1923d625ea3514bc (patch)
treed255ce6410beae287357df25581202a738b746e0 /lib/libc
parent8604fe2e70732b92bd7fc01bacb724d3bb72b6b9 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdlib/exit.38
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3
index 837b8c83d8db..6f6465e5ff67 100644
--- a/lib/libc/stdlib/exit.3
+++ b/lib/libc/stdlib/exit.3
@@ -69,7 +69,13 @@ function.
.Pp
Passing arbitrary values back to the environment as
.Ar status
-is considered bad style. Instead, use the values as described in
+is considered bad style;
+you should use the values
+.Dv EXIT_SUCCESS
+and
+.Dv EXIT_FAILURE .
+If portability is not a concern, you may
+use the values described in
.Xr sysexits 3 .
.Sh RETURN VALUES
The