Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Comment out references to hz(9) and hardclock...



details:   https://anonhg.NetBSD.org/src/rev/d9eb1930a99f
branches:  trunk
changeset: 509216:d9eb1930a99f
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Sun Apr 29 19:12:20 2001 +0000

description:
Comment out references to hz(9) and hardclock(9). It'd be nice
if someone wrote them, but let's not reference them until they are
written. Addresses PR kern/4901.

diffstat:

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

diffs (60 lines):

diff -r e06dbb42f57c -r d9eb1930a99f share/man/man9/callout.9
--- a/share/man/man9/callout.9  Sun Apr 29 19:07:06 2001 +0000
+++ b/share/man/man9/callout.9  Sun Apr 29 19:12:20 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: callout.9,v 1.2 2000/03/27 17:13:50 jdolecek Exp $
+.\"    $NetBSD: callout.9,v 1.3 2001/04/29 19:12:20 jhawk 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 e06dbb42f57c -r d9eb1930a99f share/man/man9/microtime.9
--- a/share/man/man9/microtime.9        Sun Apr 29 19:07:06 2001 +0000
+++ b/share/man/man9/microtime.9        Sun Apr 29 19:12:20 2001 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: microtime.9,v 1.3 1999/09/12 18:47:13 kleink Exp $
+.\"     $NetBSD: microtime.9,v 1.4 2001/04/29 19:12:20 jhawk Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -59,8 +59,8 @@
 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 hardclock 9 ,
+\" .Xr hz 9 ,
+\" .Xr hardclock 9 ,
 .Xr inittodr 9 ,
 .Xr time 9 ,
 .Xr settimeofday 9
diff -r e06dbb42f57c -r d9eb1930a99f share/man/man9/time.9
--- a/share/man/man9/time.9     Sun Apr 29 19:07:06 2001 +0000
+++ b/share/man/man9/time.9     Sun Apr 29 19:12:20 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: time.9,v 1.7 2001/04/04 11:39:40 wiz Exp $
+.\" $NetBSD: time.9,v 1.8 2001/04/29 19:12:20 jhawk Exp $
 .\"
 .\" Copyright (c) 1994 Christopher G. Demetriou
 .\" All rights reserved.
@@ -108,8 +108,8 @@
 .Va runtime
 may be read and written without special precautions.
 .Sh SEE ALSO
-.Xr hz 9 ,
-.Xr hardclock 9 ,
+.\" .Xr hz 9 ,
+.\" .Xr hardclock 9 ,
 .Xr inittodr 9 ,
 .Xr microtime 9 ,
 .Xr settimeofday 2



Home | Main Index | Thread Index | Old Index