summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2013-04-26 19:37:18 +0000
committerwiz <wiz@NetBSD.org>2013-04-26 19:37:18 +0000
commite424389950c8b5e4c2d844dc75c81934188fee9d (patch)
treee57d40ee0ac98a0a57c83761da689cd2c1298179 /lib/libc/stdlib
parent4efd712fdc868b7b2b9a0bbf390f37bc08f418d7 (diff)
Bump date for adding the function to NetBSD. Fix xref.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/at_quick_exit.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/at_quick_exit.3 b/lib/libc/stdlib/at_quick_exit.3
index 528424bf939..5ac0b7ae293 100644
--- a/lib/libc/stdlib/at_quick_exit.3
+++ b/lib/libc/stdlib/at_quick_exit.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: at_quick_exit.3,v 1.1 2013/04/26 18:29:55 christos Exp $
+.\" $NetBSD: at_quick_exit.3,v 1.2 2013/04/26 19:37:18 wiz Exp $
.\" Copyright (c) 2011 David Chisnall
.\" All rights reserved.
.\"
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD: src/lib/libc/stdlib/at_quick_exit.3,v 1.5 2012/11/17 01:49:41 svnexp Exp $
.\"
-.Dd December 7, 2011
+.Dd April 26, 2013
.Dt AT_QUICK_EXIT 3
.Os
.Sh NAME
@@ -46,7 +46,7 @@ result of calling
The cleanup functions are called in the reverse order and will not be called if
the program exits by calling
.Xr exit 3 ,
-.Xr _Exit 3 ,
+.Xr _Exit 2 ,
or
.Xr abort 3 .
.Sh RETURN VALUES