aboutsummaryrefslogtreecommitdiffstats
path: root/man/man2/_exit.2
diff options
context:
space:
mode:
Diffstat (limited to 'man/man2/_exit.2')
-rw-r--r--man/man2/_exit.210
1 files changed, 6 insertions, 4 deletions
diff --git a/man/man2/_exit.2 b/man/man2/_exit.2
index 9d6c2505c4..e1f264c95d 100644
--- a/man/man2/_exit.2
+++ b/man/man2/_exit.2
@@ -58,15 +58,17 @@ These functions do not return.
.SH STANDARDS
.TP
.BR _exit ()
-POSIX.1-2008.
+POSIX.1-2024.
.TP
.BR _Exit ()
-C11, POSIX.1-2008.
+C11, POSIX.1-2024.
.SH HISTORY
+.TP
+.BR _exit ()
POSIX.1-2001, SVr4, 4.3BSD.
-.P
+.TP
.BR _Exit ()
-was introduced by C99.
+C99, POSIX.1-2001.
.SH NOTES
For a discussion on the effects of an exit, the transmission of
exit status, zombie processes, signals sent, and so on, see