Module Name: src
Committed By: ginsbach
Date: Sun May 24 02:30:18 UTC 2009
Modified Files:
src/lib/libc/time: strptime.3
Log Message:
Crank date for previous.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/time/strptime.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/time/strptime.3
diff -u src/lib/libc/time/strptime.3:1.26 src/lib/libc/time/strptime.3:1.27
--- src/lib/libc/time/strptime.3:1.26 Sun May 24 02:25:43 2009
+++ src/lib/libc/time/strptime.3 Sun May 24 02:30:17 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: strptime.3,v 1.26 2009/05/24 02:25:43 ginsbach Exp $
+.\" $NetBSD: strptime.3,v 1.27 2009/05/24 02:30:17 ginsbach Exp $
.\"
.\" Copyright (c) 1997, 1998, 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -26,7 +26,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd April 30, 2009
+.Dd May 24, 2009
.Dt STRPTIME 3
.Os
.Sh NAME