aboutsummaryrefslogtreecommitdiffstats
path: root/man2/_exit.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/_exit.2')
-rw-r--r--man2/_exit.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/_exit.2 b/man2/_exit.2
index c55d2a612c..6e656c8f49 100644
--- a/man2/_exit.2
+++ b/man2/_exit.2
@@ -65,7 +65,7 @@ The process's parent is sent a
signal.
.PP
The value
-.I "status & 0377"
+.I "status & 0xFF"
is returned to the parent process as the process's exit status, and
can be collected using one of the
.BR wait (2)