summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorriastradh <riastradh@NetBSD.org>2016-11-04 20:19:58 +0000
committerriastradh <riastradh@NetBSD.org>2016-11-04 20:19:58 +0000
commit06d000b704e1ea27b753407dcbecadcd36de18ec (patch)
tree5fdc87b06249f9f6d8fb42e64e6a7d466d558855 /lib/libc/stdlib
parentbf7aaa6553fd57867f8816756e318c24df66ad75 (diff)
Bump date for previous.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/strtol.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3
index cd21a5fc39d..28bbd831b57 100644
--- a/lib/libc/stdlib/strtol.3
+++ b/lib/libc/stdlib/strtol.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: strtol.3,v 1.38 2016/11/04 20:18:23 riastradh Exp $
+.\" $NetBSD: strtol.3,v 1.39 2016/11/04 20:19:58 riastradh 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 November 13, 2015
+.Dd November 4, 2016
.Dt STRTOL 3
.Os
.Sh NAME