Module Name: src
Committed By: wiz
Date: Fri Apr 26 19:37:18 UTC 2013
Modified Files:
src/lib/libc/stdlib: at_quick_exit.3
Log Message:
Bump date for adding the function to NetBSD. Fix xref.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/stdlib/at_quick_exit.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/stdlib/at_quick_exit.3
diff -u src/lib/libc/stdlib/at_quick_exit.3:1.1 src/lib/libc/stdlib/at_quick_exit.3:1.2
--- src/lib/libc/stdlib/at_quick_exit.3:1.1 Fri Apr 26 18:29:55 2013
+++ src/lib/libc/stdlib/at_quick_exit.3 Fri Apr 26 19:37:18 2013
@@ -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