From a4b636a0554b2fe7c3b7e866db5a73a67a49ba21 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 29 Jun 2014 11:26:52 +0200 Subject: [PATCH] on_exit.3: Remove ancient Linux libc details Signed-off-by: Michael Kerrisk --- man3/on_exit.3 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/man3/on_exit.3 b/man3/on_exit.3 index 6afdfd5fb..e5de1ed0d 100644 --- a/man3/on_exit.3 +++ b/man3/on_exit.3 @@ -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)