Module Name: src
Committed By: kre
Date: Tue Oct 30 20:10:23 UTC 2018
Modified Files:
src/share/man/man9: time_second.9
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/time_second.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/time_second.9
diff -u src/share/man/man9/time_second.9:1.6 src/share/man/man9/time_second.9:1.7
--- src/share/man/man9/time_second.9:1.6 Tue Mar 14 07:23:50 2017
+++ src/share/man/man9/time_second.9 Tue Oct 30 20:10:23 2018
@@ -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 @@ with
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 ,