diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-07-17 02:32:52 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-07-17 02:32:52 +0000 |
commit | 47c8020a75daf8c891ddefa6206fe5fac4bd1610 (patch) | |
tree | 83692844e68f42127b2eeccee40e1a5f6530ff2d /share/man/man9 | |
parent | f4e7ed46357090ce61bed511ee4cb53fcfa67522 (diff) |
Change references to hardclock to .Xr where it seem appropriate
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/time.9 | 7 | ||||
-rw-r--r-- | share/man/man9/timeout.9 | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/share/man/man9/time.9 b/share/man/man9/time.9 index 90ddee39638..5c8a48541c7 100644 --- a/share/man/man9/time.9 +++ b/share/man/man9/time.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: time.9,v 1.7 2000/10/12 18:06:03 aaron Exp $ +.\" $OpenBSD: time.9,v 1.8 2001/07/17 02:32:51 krw Exp $ .\" $NetBSD: time.9,v 1.1 1995/11/25 21:24:53 perry Exp $ .\" .\" Copyright (c) 1994 Christopher G. Demetriou @@ -95,13 +95,12 @@ All of these variables contain times expressed in seconds and microseconds since midnight (0 hour), January 1, 1970. .Pp -Clock interrupts should be blocked -when reading or writing +Clock interrupts should be blocked when reading or writing .Va time or .Va mono_time , because those variables are updated by -.Fn hardclock . +.Xr hardclock 9 . .Va Boottime and .Va runtime diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9 index 5eab5943306..9f10dbfd75d 100644 --- a/share/man/man9/timeout.9 +++ b/share/man/man9/timeout.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: timeout.9,v 1.14 2001/04/23 15:30:27 aaron Exp $ +.\" $OpenBSD: timeout.9,v 1.15 2001/07/17 02:32:51 krw Exp $ .\" .\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -56,7 +56,7 @@ The .Nm timeout API provides a mechanism to execute a function at a given time. The granularity of the time is limited by the granularity of the -.Nm hardclock +.Xr hardclock 9 timer which executes .Nm hz times a second. |