Don't unnecessarily clutter the SEE ALSO.

This commit is contained in:
jruoho 2010-06-08 05:20:35 +00:00
parent 14a717de1d
commit eb3f5b5845
2 changed files with 7 additions and 19 deletions

View File

@ -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

View File

@ -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