summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2015-03-11 09:57:35 +0000
committerwiz <wiz@NetBSD.org>2015-03-11 09:57:35 +0000
commitfa484a0f88acb7b7c2aa32f8a88043ae98fe2a07 (patch)
treeae6f5d484814b9057708972abe8f3364ec031db1 /lib/libc/stdlib
parentc19d647c60afa9161131e8b182b48182558a7558 (diff)
Use existing month for Dd.
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 ea257fd18fa..f518a5bb70b 100644
--- a/lib/libc/stdlib/strtol.3
+++ b/lib/libc/stdlib/strtol.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: strtol.3,v 1.30 2015/03/10 13:00:58 christos Exp $
+.\" $NetBSD: strtol.3,v 1.31 2015/03/11 09:57:35 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 Match 10, 2015
+.Dd March 10, 2015
.Dt STRTOL 3
.Os
.Sh NAME