Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdlib Bump date for adding the function to NetBSD....



details:   https://anonhg.NetBSD.org/src/rev/0b01cbdbd983
branches:  trunk
changeset: 786340:0b01cbdbd983
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Apr 26 19:37:18 2013 +0000

description:
Bump date for adding the function to NetBSD. Fix xref.

diffstat:

 lib/libc/stdlib/at_quick_exit.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a03d87fde23d -r 0b01cbdbd983 lib/libc/stdlib/at_quick_exit.3
--- a/lib/libc/stdlib/at_quick_exit.3   Fri Apr 26 19:37:04 2013 +0000
+++ b/lib/libc/stdlib/at_quick_exit.3   Fri Apr 26 19:37:18 2013 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index