Module Name: src
Committed By: wiz
Date: Wed Mar 11 09:57:35 UTC 2015
Modified Files:
src/lib/libc/stdlib: strtol.3
Log Message:
Use existing month for Dd.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/lib/libc/stdlib/strtol.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.30 src/lib/libc/stdlib/strtol.3:1.31
--- src/lib/libc/stdlib/strtol.3:1.30 Tue Mar 10 13:00:58 2015
+++ src/lib/libc/stdlib/strtol.3 Wed Mar 11 09:57:35 2015
@@ -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