Module Name: src Committed By: jruoho Date: Tue Jun 8 05:50:02 UTC 2010
Modified Files: src/share/man/man3: timeval.3 src/share/man/man9: microtime.9 timecounter.9 Log Message: Xref bintime_add(9). To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/share/man/man3/timeval.3 cvs rdiff -u -r1.17 -r1.18 src/share/man/man9/microtime.9 cvs rdiff -u -r1.8 -r1.9 src/share/man/man9/timecounter.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/man3/timeval.3 diff -u src/share/man/man3/timeval.3:1.10 src/share/man/man3/timeval.3:1.11 --- src/share/man/man3/timeval.3:1.10 Thu May 20 05:37:58 2010 +++ src/share/man/man3/timeval.3 Tue Jun 8 05:50:01 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: timeval.3,v 1.10 2010/05/20 05:37:58 jruoho Exp $ +.\" $NetBSD: timeval.3,v 1.11 2010/06/08 05:50:01 jruoho Exp $ .\" .\" Copyright (c) 2010 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 May 20, 2010 +.Dd June 8, 2010 .Dt TIMEVAL 3 .Os .Sh NAME @@ -184,4 +184,5 @@ A better alternative would use the more precise .Xr clock_gettime 2 . .Sh SEE ALSO -.Xr timeradd 3 +.Xr timeradd 3 , +.Xr bintime_add 9 Index: src/share/man/man9/microtime.9 diff -u src/share/man/man9/microtime.9:1.17 src/share/man/man9/microtime.9:1.18 --- src/share/man/man9/microtime.9:1.17 Tue Jun 8 05:20:35 2010 +++ src/share/man/man9/microtime.9 Tue Jun 8 05:50:01 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: microtime.9,v 1.17 2010/06/08 05:20:35 jruoho Exp $ +.\" $NetBSD: microtime.9,v 1.18 2010/06/08 05:50:01 jruoho Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -154,9 +154,9 @@ .Xr microuptime 9 . .Sh SEE ALSO .Xr settimeofday 2 , +.Xr bintime_add 9 , .Xr inittodr 9 , .Xr time_second 9 , -.Xr timecounter 9 , .Xr tvtohz 9 .Sh CODE REFERENCES The implementation of the Index: src/share/man/man9/timecounter.9 diff -u src/share/man/man9/timecounter.9:1.8 src/share/man/man9/timecounter.9:1.9 --- src/share/man/man9/timecounter.9:1.8 Tue May 18 06:05:08 2010 +++ src/share/man/man9/timecounter.9 Tue Jun 8 05:50:01 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: timecounter.9,v 1.8 2010/05/18 06:05:08 jruoho Exp $ +.\" $NetBSD: timecounter.9,v 1.9 2010/06/08 05:50:01 jruoho Exp $ .\" $OpenBSD: tc_init.9,v 1.4 2007/05/31 19:20:01 jmc Exp $ .\" .\" Copyright (c) 2004 Alexander Yurchenko <gra...@openbsd.org> @@ -37,7 +37,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd May 18, 2010 +.Dd June 8, 2010 .Dt TIMECOUNTER 9 .Os .Sh NAME @@ -176,18 +176,9 @@ .Xr ntp_adjtime 2 , .Xr settimeofday 2 , .Xr bintime 9 , +.Xr bintime_add 9 , .Xr binuptime 9 , -.Xr getbintime 9 , -.Xr getbinuptime 9 , -.Xr getmicrotime 9 , -.Xr getmicrouptime 9 , -.Xr getnanotime 9 , -.Xr getnanouptime 9 , .Xr hz 9 , -.Xr microtime 9 , -.Xr microuptime 9 , -.Xr nanotime 9 , -.Xr nanouptime 9 , .Xr time_second 9 .Rs .%A Poul-Henning Kamp