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 hz(9), now that it exists.



details:   https://anonhg.NetBSD.org/src/rev/89ae01f649f9
branches:  trunk
changeset: 514501:89ae01f649f9
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Sep 04 04:03:50 2001 +0000

description:
Xref hz(9), now that it exists.

diffstat:

 share/man/man9/callout.9   |  6 +++---
 share/man/man9/microtime.9 |  8 ++++----
 share/man/man9/time.9      |  8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (68 lines):

diff -r 7ee83f8edcca -r 89ae01f649f9 share/man/man9/callout.9
--- a/share/man/man9/callout.9  Tue Sep 04 04:01:49 2001 +0000
+++ b/share/man/man9/callout.9  Tue Sep 04 04:03:50 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: callout.9,v 1.4 2001/06/21 11:59:00 wiz Exp $
+.\"    $NetBSD: callout.9,v 1.5 2001/09/04 04:03:50 wiz Exp $
 .\"
 .\" Copyright (c) 2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -179,8 +179,8 @@
 if the callout function has already been executed, i.e. the callout
 is no longer
 .Em PENDING .
-\" .Sh SEE ALSO
-\" .Xr hz 9
+.Sh SEE ALSO
+.Xr hz 9
 .Sh HISTORY
 The
 .Nm callout
diff -r 7ee83f8edcca -r 89ae01f649f9 share/man/man9/microtime.9
--- a/share/man/man9/microtime.9        Tue Sep 04 04:01:49 2001 +0000
+++ b/share/man/man9/microtime.9        Tue Sep 04 04:03:50 2001 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: microtime.9,v 1.6 2001/09/04 02:51:16 wiz Exp $
+.\"     $NetBSD: microtime.9,v 1.7 2001/09/04 04:03:50 wiz Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -59,11 +59,11 @@
 are guaranteed to return a system time greater than or equal to the
 system time returned in any previous calls.
 .Sh SEE ALSO
-\" .Xr hz 9 ,
+.Xr settimeofday 2 ,
 \" .Xr hardclock 9 ,
+.Xr hz 9 ,
 .Xr inittodr 9 ,
-.Xr time 9 ,
-.Xr settimeofday 9
+.Xr time 9
 .Sh CODE REFERENCES
 The implementation of the
 .Fn microtime
diff -r 7ee83f8edcca -r 89ae01f649f9 share/man/man9/time.9
--- a/share/man/man9/time.9     Tue Sep 04 04:01:49 2001 +0000
+++ b/share/man/man9/time.9     Tue Sep 04 04:03:50 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: time.9,v 1.10 2001/09/04 03:00:47 wiz Exp $
+.\" $NetBSD: time.9,v 1.11 2001/09/04 04:03:50 wiz Exp $
 .\"
 .\" Copyright (c) 1994 Christopher G. Demetriou
 .\" All rights reserved.
@@ -108,11 +108,11 @@
 .Va runtime
 may be read and written without special precautions.
 .Sh SEE ALSO
-.\" .Xr hz 9 ,
+.Xr settimeofday 2 ,
 .\" .Xr hardclock 9 ,
+.Xr hz 9 ,
 .Xr inittodr 9 ,
-.Xr microtime 9 ,
-.Xr settimeofday 2
+.Xr microtime 9
 .Sh BUGS
 .Va runtime
 should not be updated when the system time is



Home | Main Index | Thread Index | Old Index