Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Don't unnecessarily clutter the SEE ALSO.
details: https://anonhg.NetBSD.org/src/rev/0503d95b779e
branches: trunk
changeset: 755507:0503d95b779e
user: jruoho <jruoho%NetBSD.org@localhost>
date: Tue Jun 08 05:20:35 2010 +0000
description:
Don't unnecessarily clutter the SEE ALSO.
diffstat:
share/man/man9/microtime.9 | 14 ++++----------
share/man/man9/microuptime.9 | 12 +++---------
2 files changed, 7 insertions(+), 19 deletions(-)
diffs (79 lines):
diff -r 274f17ab91f9 -r 0503d95b779e share/man/man9/microtime.9
--- a/share/man/man9/microtime.9 Tue Jun 08 05:15:52 2010 +0000
+++ b/share/man/man9/microtime.9 Tue Jun 08 05:20:35 2010 +0000
@@ -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
diff -r 274f17ab91f9 -r 0503d95b779e share/man/man9/microuptime.9
--- a/share/man/man9/microuptime.9 Tue Jun 08 05:15:52 2010 +0000
+++ b/share/man/man9/microuptime.9 Tue Jun 08 05:20:35 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index