Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Fix date.



details:   https://anonhg.NetBSD.org/src/rev/ecbd30eff954
branches:  trunk
changeset: 342151:ecbd30eff954
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Dec 09 08:30:03 2015 +0000

description:
Fix date.

diffstat:

 lib/libc/sys/clock_settime.2 |  4 ++--
 lib/libc/sys/gettimeofday.2  |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 329605476137 -r ecbd30eff954 lib/libc/sys/clock_settime.2
--- a/lib/libc/sys/clock_settime.2      Wed Dec 09 06:00:51 2015 +0000
+++ b/lib/libc/sys/clock_settime.2      Wed Dec 09 08:30:03 2015 +0000
@@ -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
diff -r 329605476137 -r ecbd30eff954 lib/libc/sys/gettimeofday.2
--- a/lib/libc/sys/gettimeofday.2       Wed Dec 09 06:00:51 2015 +0000
+++ b/lib/libc/sys/gettimeofday.2       Wed Dec 09 08:30:03 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index