From eb3f5b5845761d9d08fc3f39440fbd620f2f68b3 Mon Sep 17 00:00:00 2001 From: jruoho Date: Tue, 8 Jun 2010 05:20:35 +0000 Subject: [PATCH] Don't unnecessarily clutter the SEE ALSO. --- share/man/man9/microtime.9 | 14 ++++---------- share/man/man9/microuptime.9 | 12 +++--------- 2 files changed, 7 insertions(+), 19 deletions(-) diff --git a/share/man/man9/microtime.9 b/share/man/man9/microtime.9 index 3c27aa062a6f..2030f872dbe1 100644 --- a/share/man/man9/microtime.9 +++ b/share/man/man9/microtime.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: microtime.9,v 1.16 2010/05/17 20:25:19 jruoho Exp $ +.\" $NetBSD: microtime.9,v 1.17 2010/06/08 05:20:35 jruoho Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -53,7 +53,7 @@ .\" .\" $FreeBSD: src/share/man/man9/microtime.9,v 1.11 2005/10/13 16:01:28 jhb Exp $ .\" -.Dd May 17, 2010 +.Dd June 8, 2010 .Dt MICROTIME 9 .Os .Sh NAME @@ -150,17 +150,11 @@ The system realtime clock is guaranteed to be monotonically increasing at all times. As such, all calls to these functions are guaranteed to return a system time greater than or equal to the system time returned in any previous calls. +Comparable functions exist to retrieve the time elapsed since boot; see +.Xr microuptime 9 . .Sh SEE ALSO .Xr settimeofday 2 , -.Xr binuptime 9 , -.Xr getbinuptime 9 , -.Xr getmicrouptime 9 , -.Xr getnanouptime 9 , -.Xr hardclock 9 , -.Xr hz 9 , .Xr inittodr 9 , -.Xr microuptime 9 , -.Xr nanouptime 9 , .Xr time_second 9 , .Xr timecounter 9 , .Xr tvtohz 9 diff --git a/share/man/man9/microuptime.9 b/share/man/man9/microuptime.9 index 3c21c915df87..79b7951aca68 100644 --- a/share/man/man9/microuptime.9 +++ b/share/man/man9/microuptime.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: microuptime.9,v 1.9 2010/05/17 20:25:19 jruoho Exp $ +.\" $NetBSD: microuptime.9,v 1.10 2010/06/08 05:20:35 jruoho Exp $ .\" .\" Copyright (c) 2000 Kelly Yancey .\" All rights reserved. @@ -26,7 +26,7 @@ .\" .\" $FreeBSD: src/share/man/man9/microuptime.9,v 1.7 2005/01/12 21:48:25 ru Exp $ .\" -.Dd May 17, 2010 +.Dd June 8, 2010 .Dt MICROUPTIME 9 .Os .Sh NAME @@ -73,7 +73,7 @@ and .Fn getnanouptime functions store the elapsed time as a .Vt "struct timespec" . -These structures are described in +The used structures are described in .Xr timeval 3 . .Pp The @@ -107,13 +107,7 @@ machine, see .Xr hz 9 ) is acceptable or where performance is priority. .Sh SEE ALSO -.Xr bintime 9 , -.Xr getbintime 9 , -.Xr getmicrotime 9 , -.Xr getnanotime 9 , -.Xr hz 9 , .Xr microtime 9 , -.Xr nanotime 9 , .Xr timecounter 9 , .Xr tvtohz 9 .Sh AUTHORS