diff options
author | 2001-07-17 02:32:51 +0000 | |
---|---|---|
committer | 2001-07-17 02:32:51 +0000 | |
commit | a163f1bb103a291a92aa18b650669301eb7c8560 (patch) | |
tree | d96ca8a08354cac13f3f25652fab743a13a54143 | |
parent | -Wall cleanup; ok deraadt (diff) | |
download | wireguard-openbsd-a163f1bb103a291a92aa18b650669301eb7c8560.tar.xz wireguard-openbsd-a163f1bb103a291a92aa18b650669301eb7c8560.zip |
Change references to hardclock to .Xr where it seem appropriate
-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. |