Module Name:    src
Committed By:   jruoho
Date:           Thu Mar  4 09:57:12 UTC 2010

Modified Files:
        src/share/man/man9: hz.9

Log Message:
Instead of "int hz", use "extern int hz".


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/hz.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/hz.9
diff -u src/share/man/man9/hz.9:1.6 src/share/man/man9/hz.9:1.7
--- src/share/man/man9/hz.9:1.6	Wed Apr 30 13:10:58 2008
+++ src/share/man/man9/hz.9	Thu Mar  4 09:57:12 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: hz.9,v 1.6 2008/04/30 13:10:58 martin Exp $
+.\"	$NetBSD: hz.9,v 1.7 2010/03/04 09:57:12 jruoho Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -35,7 +35,8 @@
 .Nd system clock frequency
 .Sh SYNOPSIS
 .In sys/kernel.h
-.Va int hz;
+.Pp
+.Va extern int hz;
 .Sh DESCRIPTION
 .Nm
 specifies the number of times the

Reply via email to