Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Minor update. This already knew that bootti...



details:   https://anonhg.NetBSD.org/src/rev/d8d12bece0dc
branches:  trunk
changeset: 445488:d8d12bece0dc
user:      kre <kre%NetBSD.org@localhost>
date:      Tue Oct 30 20:10:23 2018 +0000

description:
Minor update.   This already knew that boottime is a timespec.
Just a minor wording change to avoid pretending that time_t
variables contain nanoseconds, and that the base time is UTC.

diffstat:

 share/man/man9/time_second.9 |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 71e2d28ce758 -r d8d12bece0dc share/man/man9/time_second.9
--- a/share/man/man9/time_second.9      Tue Oct 30 19:41:21 2018 +0000
+++ b/share/man/man9/time_second.9      Tue Oct 30 20:10:23 2018 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: time_second.9,v 1.6 2017/03/14 07:23:50 dholland Exp $
+.\" $NetBSD: time_second.9,v 1.7 2018/10/30 20:10:23 kre Exp $
 .\"
 .\" Copyright (c) 1994 Christopher G. Demetriou
 .\" All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
 .\"
-.Dd March 14, 2017
+.Dd October 30, 2018
 .Dt TIME_SECOND 9
 .Os
 .Sh NAME
@@ -76,8 +76,10 @@
 The variable may be read and written without special precautions.
 .Pp
 All of these variables contain times
-expressed in seconds and nanoseconds since midnight (0 hour),
-January 1, 1970.
+expressed in seconds (and for
+.Va boottime ,
+nanoseconds) since midnight (0 hour),
+January 1, 1970, UTC.
 .Pp
 The
 .Xr bintime 9 ,



Home | Main Index | Thread Index | Old Index