Document kern.hardclock_ticks. Pointed out by Hubert.
This commit is contained in:
parent
dbe98ec46f
commit
6f844bf524
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: sysctl.3,v 1.153 2005/07/17 05:06:57 isaki Exp $
|
||||
.\" $NetBSD: sysctl.3,v 1.154 2005/09/24 12:05:45 rpaulo Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -29,7 +29,7 @@
|
|||
.\"
|
||||
.\" @(#)sysctl.3 8.4 (Berkeley) 5/9/95
|
||||
.\"
|
||||
.Dd June 20, 2005
|
||||
.Dd September 24, 2005
|
||||
.Dt SYSCTL 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -457,6 +457,7 @@ information.
|
|||
.It KERN\_VERIEXEC node not applicable
|
||||
.It KERN\_VERSION string no
|
||||
.It KERN\_VNODE struct vnode no
|
||||
.It KERN\_HARDCLOCK\_TICKS integer no
|
||||
.El
|
||||
.ne 1i
|
||||
.Pp
|
||||
|
@ -938,6 +939,10 @@ Each element of the array contains the kernel address of a vnode
|
|||
.Va struct vnode *
|
||||
followed by the vnode itself
|
||||
.Va struct vnode .
|
||||
.It Li KERN_HARDCLOCK_TICKS
|
||||
Returns the number of
|
||||
.Xr hardclock 9
|
||||
ticks.
|
||||
.El
|
||||
.Sh CTL_MACHDEP
|
||||
The set of variables defined is architecture dependent.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: sysctl.8,v 1.126 2005/09/23 19:59:23 wiz Exp $
|
||||
.\" $NetBSD: sysctl.8,v 1.127 2005/09/24 12:05:45 rpaulo Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2004 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -61,7 +61,7 @@
|
|||
.\"
|
||||
.\" @(#)sysctl.8 8.1 (Berkeley) 6/6/93
|
||||
.\"
|
||||
.Dd September 21, 2005
|
||||
.Dd September 24, 2005
|
||||
.Dt SYSCTL 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -325,6 +325,7 @@ privilege can change the value.
|
|||
.It kern.ngroups integer no
|
||||
.It kern.no_trunc integer no
|
||||
.It kern.ntptime struct no
|
||||
.It kern.hardclock_ticks integer no
|
||||
.It kern.osrelease string no
|
||||
.It kern.osrevision integer no
|
||||
.It kern.ostype string no
|
||||
|
|
Loading…
Reference in New Issue