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.
This commit is contained in:
jhawk 2001-04-29 19:12:20 +00:00
parent 1a71a68bae
commit 6de3c7fef6
3 changed files with 9 additions and 9 deletions

View File

@ -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 @@ Note that is only safe to call
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

View File

@ -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 @@ all calls to
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

View File

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