OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / on_exit.3
index 05a6fd8..313fa3a 100644 (file)
@@ -28,7 +28,7 @@
 .\"     386BSD man pages
 .\" Modified 1993-04-02, David Metcalfe
 .\" Modified 1993-07-25, Rik Faith (faith@cs.unc.edu)
-.TH ON_EXIT 3  2008-12-05 "GNU" "Linux Programmer's Manual"
+.TH ON_EXIT 3  2014-08-19 "GNU" "Linux Programmer's Manual"
 .SH NAME
 on_exit \- register a function to be called at normal process termination
 .SH SYNOPSIS
@@ -79,10 +79,9 @@ 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
+Portable application should avoid this function, and use the standard
 .BR atexit (3)
 instead.
 .SH SEE ALSO
@@ -90,7 +89,7 @@ instead.
 .BR atexit (3),
 .BR exit (3)
 .SH COLOPHON
-This page is part of release 3.67 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,