Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 clock_secs_to_ymdhms(9) takes seconds as a ti...
details: https://anonhg.NetBSD.org/src/rev/f2cf0e276a05
branches: trunk
changeset: 331911:f2cf0e276a05
user: martin <martin%NetBSD.org@localhost>
date: Sat Aug 30 14:48:10 2014 +0000
description:
clock_secs_to_ymdhms(9) takes seconds as a time_t, not int.
diffstat:
share/man/man9/todr.9 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a17e26b7cf82 -r f2cf0e276a05 share/man/man9/todr.9
--- a/share/man/man9/todr.9 Sat Aug 30 14:24:02 2014 +0000
+++ b/share/man/man9/todr.9 Sat Aug 30 14:48:10 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: todr.9,v 1.16 2010/03/22 18:58:33 joerg Exp $
+.\" $NetBSD: todr.9,v 1.17 2014/08/30 14:48:10 martin Exp $
.\"
.\" Copyright (c) 2000, 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -46,7 +46,7 @@
.Ft int
.Fn todr_settime "todr_chip_handle_t" "struct timeval *"
.Ft void
-.Fn clock_secs_to_ymdhms "int" "struct clock_ymdhms *"
+.Fn clock_secs_to_ymdhms "time_t" "struct clock_ymdhms *"
.Ft time_t
.Fn clock_ymdhms_to_secs "struct clock_ymdhms *"
.Sh DESCRIPTION
Home |
Main Index |
Thread Index |
Old Index