Module Name: src Committed By: jruoho Date: Sun Mar 13 05:03:21 UTC 2011
Modified Files: src/share/man/man9: time_second.9 Log Message: Tidy up the SEE ALSO section. Namely, do not duplicate a big list of xrefs that are already used in the body of the text. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 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.4 src/share/man/man9/time_second.9:1.5 --- src/share/man/man9/time_second.9:1.4 Thu Mar 12 12:40:20 2009 +++ src/share/man/man9/time_second.9 Sun Mar 13 05:03:21 2011 @@ -1,4 +1,4 @@ -.\" $NetBSD: time_second.9,v 1.4 2009/03/12 12:40:20 joerg Exp $ +.\" $NetBSD: time_second.9,v 1.5 2011/03/13 05:03:21 jruoho 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 November 28, 2008 +.Dd March 13, 2008 .Dt TIME_SECOND 9 .Os .Sh NAME @@ -73,6 +73,7 @@ It is set at system boot, and is updated when the system time is adjusted with .Xr settimeofday 2 . +The variable may be read and written without special precautions. .Pp All of these variables contain times expressed in seconds and microseconds since midnight (0 hour), @@ -99,26 +100,9 @@ .Xr getnanouptime 9 functions can be used to get the time elapsed since boot more accurately and in an atomic manner. -.Pp -.Va boottime -may be read and written without special precautions. .Sh SEE ALSO .Xr clock_settime 2 , .Xr ntp_adjtime 2 , -.Xr settimeofday 2 , -.Xr bintime 9 , -.Xr binuptime 9 , -.Xr getbintime 9 , -.Xr getbinuptime 9 , -.Xr getmicrotime 9 , -.Xr getmicrouptime 9 , -.Xr getnanotime 9 , -.Xr getnanouptime 9 , +.Xr timeval 3 , .Xr hardclock 9 , -.Xr hz 9 , -.Xr inittodr 9 , -.Xr microtime 9 , -.Xr microuptime 9 , -.Xr nanotime 9 , -.Xr nanouptime 9 , -.Xr timecounter 9 +.Xr hz 9