Module Name: src
Committed By: wiz
Date: Wed Dec 9 08:30:03 UTC 2015
Modified Files:
src/lib/libc/sys: clock_settime.2 gettimeofday.2
Log Message:
Fix date.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/lib/libc/sys/clock_settime.2
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/gettimeofday.2
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/sys/clock_settime.2
diff -u src/lib/libc/sys/clock_settime.2:1.23 src/lib/libc/sys/clock_settime.2:1.24
--- src/lib/libc/sys/clock_settime.2:1.23 Mon Dec 7 23:20:57 2015
+++ src/lib/libc/sys/clock_settime.2 Wed Dec 9 08:30:03 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: clock_settime.2,v 1.23 2015/12/07 23:20:57 pgoyette Exp $
+.\" $NetBSD: clock_settime.2,v 1.24 2015/12/09 08:30:03 wiz Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd December 8, 2016
+.Dd December 8, 2015
.Dt CLOCK_SETTIME 2
.Os
.Sh NAME
Index: src/lib/libc/sys/gettimeofday.2
diff -u src/lib/libc/sys/gettimeofday.2:1.28 src/lib/libc/sys/gettimeofday.2:1.29
--- src/lib/libc/sys/gettimeofday.2:1.28 Mon Dec 7 23:20:57 2015
+++ src/lib/libc/sys/gettimeofday.2 Wed Dec 9 08:30:03 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: gettimeofday.2,v 1.28 2015/12/07 23:20:57 pgoyette Exp $
+.\" $NetBSD: gettimeofday.2,v 1.29 2015/12/09 08:30:03 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)gettimeofday.2 8.2 (Berkeley) 5/26/95
.\"
-.Dd December 8, 2016
+.Dd December 8, 2015
.Dt GETTIMEOFDAY 2
.Os
.Sh NAME