summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-02-15 02:02:51 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-02-15 02:02:51 +0000
commit08903593f9727964fc20ba6895625537cf0bf180 (patch)
tree01af0cc1ddbb48a151a90b3dd93a114007ef4233
parent605a6928df611a898e4cd4423efbdd5541879587 (diff)
Xr tvtohz.
-rw-r--r--share/man/man9/hzto.95
-rw-r--r--share/man/man9/timeout.95
2 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man9/hzto.9 b/share/man/man9/hzto.9
index a1e38294f24..1dc1c4a5231 100644
--- a/share/man/man9/hzto.9
+++ b/share/man/man9/hzto.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hzto.9,v 1.2 2000/10/12 18:05:59 aaron Exp $
+.\" $OpenBSD: hzto.9,v 1.3 2002/02/15 02:02:50 art Exp $
.\"
.\" Copyright (c) 1999 Marc Espie
.\" All rights reserved.
@@ -54,4 +54,5 @@ This function is implemented in the file
.Pa sys/kern/kern_clock.c .
.Sh SEE ALSO
.Xr hz 9 ,
-.Xr timeout 9
+.Xr timeout 9 ,
+.Xr tvtohz 9
diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9
index 56506dfa8ba..84a8ca0121e 100644
--- a/share/man/man9/timeout.9
+++ b/share/man/man9/timeout.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: timeout.9,v 1.17 2001/12/22 16:41:51 nordin Exp $
+.\" $OpenBSD: timeout.9,v 1.18 2002/02/15 02:02:50 art Exp $
.\"
.\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org>
.\" All rights reserved.
@@ -154,4 +154,5 @@ These functions are implemented in the file
.Xr hz 9 ,
.Xr hzto 9 ,
.Xr sleep 9 ,
-.Xr splclock 9
+.Xr splclock 9 ,
+.Xr tvtohz 9