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 469c3475c7..f62a0f5441 100644
--- a/man2/_exit.2
+++ b/man2/_exit.2
@@ -33,7 +33,7 @@ _exit, _Exit \- terminate the calling process
.B #include <unistd.h>
.PP
.BI "void _exit(int " status );
-
+.PP
.B #include <stdlib.h>
.PP
.BI "void _Exit(int " status );