Module Name: src Committed By: wiz Date: Fri Apr 26 19:36:47 UTC 2013
Modified Files: src/lib/libc/stdlib: quick_exit.3 Log Message: Bump date after adding function to NetBSD. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/stdlib/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/quick_exit.3 diff -u src/lib/libc/stdlib/quick_exit.3:1.1 src/lib/libc/stdlib/quick_exit.3:1.2 --- src/lib/libc/stdlib/quick_exit.3:1.1 Fri Apr 26 18:29:55 2013 +++ src/lib/libc/stdlib/quick_exit.3 Fri Apr 26 19:36:47 2013 @@ -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