on_exit.3: Remove ancient Linux libc details

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-29 11:26:52 +02:00
parent c6baa019d7
commit a4b636a055
1 changed files with 1 additions and 2 deletions

View File

@ -79,8 +79,7 @@ The
function returns the value 0 if successful; otherwise
it returns a nonzero value.
.SH CONFORMING TO
This function comes from SunOS 4, but is also present in
libc4, libc5 and glibc.
This function comes from SunOS 4, but is also present in glibc.
It no longer occurs in Solaris (SunOS 5).
Avoid this function, and use the standard
.BR atexit (3)