diff options
| author | wiz <wiz@NetBSD.org> | 2013-04-26 19:37:18 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2013-04-26 19:37:18 +0000 |
| commit | e424389950c8b5e4c2d844dc75c81934188fee9d (patch) | |
| tree | e57d40ee0ac98a0a57c83761da689cd2c1298179 /lib/libc/stdlib | |
| parent | 4efd712fdc868b7b2b9a0bbf390f37bc08f418d7 (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.3 | 6 |
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 |
