diff options
Diffstat (limited to 'man3/on_exit.3')
| -rw-r--r-- | man3/on_exit.3 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/man3/on_exit.3 b/man3/on_exit.3 index d12f920058..f2fbec75d2 100644 --- a/man3/on_exit.3 +++ b/man3/on_exit.3 @@ -85,12 +85,14 @@ T} Thread safety MT-Safe .ad .sp 1 .SH STANDARDS -This function comes from SunOS 4, but is also present in glibc. -It no longer occurs in Solaris (SunOS 5). -Portable application should avoid this function, and use the standard +None. +.SH HISTORY +SunOS 4, glibc. +Removed in Solaris (SunOS 5). +Use the standard .BR atexit (3) instead. -.SH NOTES +.SH CAVEATS By the time .I function is executed, stack |
