diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-12-16 22:11:08 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-12-16 22:11:08 +0000 |
commit | 1eb85d1484ae4418b2e740c0e82eeead3959bdd6 (patch) | |
tree | 273bf9a4c337673188df59cfa2de60fbaab01524 /man3/exit.3 | |
parent | 9110c53a81742fb568a2e234756b3c3c56005350 (diff) |
Updated various header pages to accurately reflect which functions
are and are not part of C89. Also fixed/improved a few other
CONFORMING TO entries.
Diffstat (limited to 'man3/exit.3')
-rw-r--r-- | man3/exit.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/exit.3 b/man3/exit.3 index fc4c2faa..2a7870f9 100644 --- a/man3/exit.3 +++ b/man3/exit.3 @@ -54,7 +54,7 @@ termination, respectively. .SH "RETURN VALUE" The \fBexit\fP() function does not return. .SH "CONFORMING TO" -SVr4, 4.3BSD, POSIX.1-2001. +SVr4, 4.3BSD, POSIX.1-2001, C89, C99. .SH NOTES .LP It is undefined what happens if one of the |