summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/atexit.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib/atexit.3')
-rw-r--r--src/lib/libc/stdlib/atexit.38
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib/libc/stdlib/atexit.3 b/src/lib/libc/stdlib/atexit.3
index cc37d08b00..5d79ede649 100644
--- a/src/lib/libc/stdlib/atexit.3
+++ b/src/lib/libc/stdlib/atexit.3
@@ -33,7 +33,7 @@
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE. 34.\" SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: atexit.3,v 1.3 1999/06/29 18:36:18 aaron Exp $ 36.\" $OpenBSD: atexit.3,v 1.4 2000/04/20 13:50:01 aaron Exp $
37.\" 37.\"
38.Dd June 29, 1991 38.Dd June 29, 1991
39.Dt ATEXIT 3 39.Dt ATEXIT 3
@@ -48,8 +48,7 @@
48.Sh DESCRIPTION 48.Sh DESCRIPTION
49The 49The
50.Fn atexit 50.Fn atexit
51function 51function registers the given
52registers the given
53.Fa function 52.Fa function
54to be called at program exit, whether via 53to be called at program exit, whether via
55.Xr exit 3 54.Xr exit 3
@@ -72,6 +71,5 @@ The existing list of functions is unmodified.
72.Sh STANDARDS 71.Sh STANDARDS
73The 72The
74.Fn atexit 73.Fn atexit
75function 74function conforms to
76conforms to
77.St -ansiC . 75.St -ansiC .