Module Name:    src
Committed By:   wiz
Date:           Thu Jul 23 13:38:57 UTC 2009

Modified Files:
        src/lib/libc/stdlib: strtol.3 strtoul.3

Log Message:
Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/stdlib/strtol.3
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/stdlib/strtoul.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/strtol.3
diff -u src/lib/libc/stdlib/strtol.3:1.25 src/lib/libc/stdlib/strtol.3:1.26
--- src/lib/libc/stdlib/strtol.3:1.25	Thu Jul 23 02:54:27 2009
+++ src/lib/libc/stdlib/strtol.3	Thu Jul 23 13:38:57 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: strtol.3,v 1.25 2009/07/23 02:54:27 dholland Exp $
+.\"	$NetBSD: strtol.3,v 1.26 2009/07/23 13:38:57 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,7 @@
 .\"
 .\"     from: @(#)strtol.3	8.1 (Berkeley) 6/4/93
 .\"
-.Dd May 20, 2009
+.Dd July 23, 2009
 .Dt STRTOL 3
 .Os
 .Sh NAME

Index: src/lib/libc/stdlib/strtoul.3
diff -u src/lib/libc/stdlib/strtoul.3:1.22 src/lib/libc/stdlib/strtoul.3:1.23
--- src/lib/libc/stdlib/strtoul.3:1.22	Thu Jul 23 02:54:27 2009
+++ src/lib/libc/stdlib/strtoul.3	Thu Jul 23 13:38:57 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: strtoul.3,v 1.22 2009/07/23 02:54:27 dholland Exp $
+.\"	$NetBSD: strtoul.3,v 1.23 2009/07/23 13:38:57 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,7 @@
 .\"
 .\"     from: @(#)strtoul.3	8.1 (Berkeley) 6/4/93
 .\"
-.Dd May 20, 2009
+.Dd July 23, 2009
 .Dt STRTOUL 3
 .Os
 .Sh NAME

Reply via email to