Module Name: src
Committed By: jruoho
Date: Tue Jun 8 05:20:35 UTC 2010
Modified Files:
src/share/man/man9: microtime.9 microuptime.9
Log Message:
Don't unnecessarily clutter the SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/share/man/man9/microtime.9
cvs rdiff -u -r1.9 -r1.10 src/share/man/man9/microuptime.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/microtime.9
diff -u src/share/man/man9/microtime.9:1.16 src/share/man/man9/microtime.9:1.17
--- src/share/man/man9/microtime.9:1.16 Mon May 17 20:25:19 2010
+++ src/share/man/man9/microtime.9 Tue Jun 8 05:20:35 2010
@@ -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 @@
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
Index: src/share/man/man9/microuptime.9
diff -u src/share/man/man9/microuptime.9:1.9 src/share/man/man9/microuptime.9:1.10
--- src/share/man/man9/microuptime.9:1.9 Mon May 17 20:25:19 2010
+++ src/share/man/man9/microuptime.9 Tue Jun 8 05:20:35 2010
@@ -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 @@
.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 @@
.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