aboutsummaryrefslogtreecommitdiffstats
path: root/man2/_exit.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/_exit.2')
-rw-r--r--man2/_exit.211
1 files changed, 9 insertions, 2 deletions
diff --git a/man2/_exit.2 b/man2/_exit.2
index 10a3addc5a..b4bb34ccaf 100644
--- a/man2/_exit.2
+++ b/man2/_exit.2
@@ -60,8 +60,15 @@ is equivalent to
.SH RETURN VALUE
These functions do not return.
.SH STANDARDS
-POSIX.1-2001, POSIX.1-2008, SVr4, 4.3BSD.
-The function
+.TP
+.BR _exit ()
+POSIX.1-2008.
+.TP
+.BR _Exit ()
+C11, POSIX.1-2008.
+.SH HISTORY
+POSIX.1-2001, SVr4, 4.3BSD.
+.PP
.BR _Exit ()
was introduced by C99.
.SH NOTES