summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2009-07-23 13:37:34 +0000
committerwiz <wiz@NetBSD.org>2009-07-23 13:37:34 +0000
commitfa52b0ad23a3769beffd5159fc29a99e4add9079 (patch)
treec25ed74d106dbfdd3ddf2dc9b605b79946e25bb6 /lib/libc/stdlib
parent0c186402f284d0c3402000e2493d0b2a800e2e4d (diff)
Bump date for previous.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/strtol.34
-rw-r--r--lib/libc/stdlib/strtoul.34
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3
index 9d2c90d9374..512ae43423b 100644
--- a/lib/libc/stdlib/strtol.3
+++ b/lib/libc/stdlib/strtol.3
@@ -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
diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3
index 8171d87a0d7..d045ea87f39 100644
--- a/lib/libc/stdlib/strtoul.3
+++ b/lib/libc/stdlib/strtoul.3
@@ -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