Module Name: src Committed By: jruoho Date: Thu Oct 20 09:31:00 UTC 2011
Modified Files: src/share/man/man9: mstohz.9 tvtohz.9 Log Message: Xref mstohz(9) and tvtohz(9) with each other. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/share/man/man9/mstohz.9 cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/tvtohz.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/mstohz.9 diff -u src/share/man/man9/mstohz.9:1.9 src/share/man/man9/mstohz.9:1.10 --- src/share/man/man9/mstohz.9:1.9 Fri Apr 8 07:55:04 2011 +++ src/share/man/man9/mstohz.9 Thu Oct 20 09:31:00 2011 @@ -1,4 +1,4 @@ -.\" $NetBSD: mstohz.9,v 1.9 2011/04/08 07:55:04 jruoho Exp $ +.\" $NetBSD: mstohz.9,v 1.10 2011/10/20 09:31:00 jruoho Exp $ .\" .\" Copyright (c) 2002 Manuel Bouyer. .\" @@ -24,7 +24,7 @@ .\" SUCH DAMAGE. .\" .\" -.Dd April 8, 2011 +.Dd October 20, 2011 .Dt MSTOHZ 9 .Os .Sh NAME @@ -61,7 +61,8 @@ The return value is either the number of for the specified value. .Sh SEE ALSO .Xr param 3 , -.Xr callout 9 +.Xr callout 9 , +.Xr tvtohz 9 .Sh BUGS Neither .Fn mstohz Index: src/share/man/man9/tvtohz.9 diff -u src/share/man/man9/tvtohz.9:1.4 src/share/man/man9/tvtohz.9:1.5 --- src/share/man/man9/tvtohz.9:1.4 Mon May 17 20:18:30 2010 +++ src/share/man/man9/tvtohz.9 Thu Oct 20 09:31:00 2011 @@ -1,4 +1,4 @@ -.\" $NetBSD: tvtohz.9,v 1.4 2010/05/17 20:18:30 jruoho Exp $ +.\" $NetBSD: tvtohz.9,v 1.5 2011/10/20 09:31:00 jruoho Exp $ .\" .\" Copyright (c) 2000 Kelly Yancey .\" All rights reserved. @@ -26,7 +26,7 @@ .\" .\" $FreeBSD: src/share/man/man9/tvtohz.9,v 1.4 2005/02/09 18:07:17 ru Exp $ .\" -.Dd May 17, 2010 +.Dd October 20, 2011 .Dt TVTOHZ 9 .Os .Sh NAME @@ -48,10 +48,10 @@ Returns the integral number of system ti interval, including the current tick. .Sh SEE ALSO .Xr timeval 3 , +.Xr callout 9 , .Xr microtime 9 , .Xr microuptime 9 , -.Xr timecounter 9 , -.Xr timeout 9 +.Xr mstohz 9 .Sh HISTORY The .Nm