Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Xref mstohz(9) and tvtohz(9) with each other.



details:   https://anonhg.NetBSD.org/src/rev/0d791a46acc7
branches:  trunk
changeset: 770526:0d791a46acc7
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu Oct 20 09:31:00 2011 +0000

description:
Xref mstohz(9) and tvtohz(9) with each other.

diffstat:

 share/man/man9/mstohz.9 |  7 ++++---
 share/man/man9/tvtohz.9 |  8 ++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (59 lines):

diff -r f8981ffc0681 -r 0d791a46acc7 share/man/man9/mstohz.9
--- a/share/man/man9/mstohz.9   Thu Oct 20 06:57:23 2011 +0000
+++ b/share/man/man9/mstohz.9   Thu Oct 20 09:31:00 2011 +0000
@@ -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 @@
 for the specified value.
 .Sh SEE ALSO
 .Xr param 3 ,
-.Xr callout 9
+.Xr callout 9 ,
+.Xr tvtohz 9
 .Sh BUGS
 Neither
 .Fn mstohz
diff -r f8981ffc0681 -r 0d791a46acc7 share/man/man9/tvtohz.9
--- a/share/man/man9/tvtohz.9   Thu Oct 20 06:57:23 2011 +0000
+++ b/share/man/man9/tvtohz.9   Thu Oct 20 09:31:00 2011 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index