summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/quick_exit.3
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2013-04-26 19:36:47 +0000
committerwiz <wiz@NetBSD.org>2013-04-26 19:36:47 +0000
commitd23b384456f9826cfe8aab04b2e796d9d983482e (patch)
treef3a9ea20243fdff2492c39ba13baa12b29d1c8be /lib/libc/stdlib/quick_exit.3
parent8d04b0b5ad4558e7e1b79606ebee1015818a7b7f (diff)
Bump date after adding function to NetBSD.
Diffstat (limited to 'lib/libc/stdlib/quick_exit.3')
-rw-r--r--lib/libc/stdlib/quick_exit.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/stdlib/quick_exit.3 b/lib/libc/stdlib/quick_exit.3
index aea4e2eb23a..35aa940c3a9 100644
--- a/lib/libc/stdlib/quick_exit.3
+++ b/lib/libc/stdlib/quick_exit.3
@@ -1,7 +1,7 @@
-.\" $NetBSD: quick_exit.3,v 1.1 2013/04/26 18:29:55 christos Exp $
+.\" $NetBSD: quick_exit.3,v 1.2 2013/04/26 19:36:47 wiz Exp $
.\" Copyright (c) 2011 David Chisnall
.\" All rights reserved.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
@@ -10,7 +10,7 @@
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
-.\"
+.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -22,10 +22,10 @@
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
-.\"
+.\"
.\" $FreeBSD: src/lib/libc/stdlib/quick_exit.3,v 1.4 2012/11/17 01:49:41 svnexp Exp $
.\"
-.Dd December 7, 2011
+.Dd April 26, 2013
.Dt QUICK_EXIT 3
.Os
.Sh NAME