Xref hz(9), now that it exists.
This commit is contained in:
parent
b35bc23d45
commit
4537f2cc42
|
@ -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 @@ 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
|
||||
|
|
|
@ -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 @@ 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 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
|
||||
|
|
|
@ -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 @@ and
|
|||
.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
|
||||
|
|
Loading…
Reference in New Issue