summaryrefslogtreecommitdiff
path: root/share/man/man9/hz.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/hz.9')
-rw-r--r--share/man/man9/hz.916
1 files changed, 6 insertions, 10 deletions
diff --git a/share/man/man9/hz.9 b/share/man/man9/hz.9
index 597c459f2af..42b2d05ba8e 100644
--- a/share/man/man9/hz.9
+++ b/share/man/man9/hz.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hz.9,v 1.5 2003/06/04 04:29:03 deraadt Exp $
+.\" $OpenBSD: hz.9,v 1.6 2004/04/04 13:19:36 jmc Exp $
.\"
.\" Copyright (c) 1999 Marc Espie
.\" All rights reserved.
@@ -34,15 +34,11 @@
.Nm profhz
.Nd system time model
.Sh SYNOPSIS
-.Va extern int hz;
-.br
-.Va extern int tick;
-.br
-.Va extern int tickadj;
-.br
-.Va extern int stathz;
-.br
-.Va extern int profhz;
+.Vt extern int hz;
+.Vt extern int tick;
+.Vt extern int tickadj;
+.Vt extern int stathz;
+.Vt extern int profhz;
.Sh DESCRIPTION
The system is driven by
.Xr hardclock 9