add a note on possible misbehavior when mininterval < 1/hz.
This commit is contained in:
parent
3454cf5286
commit
a43773b43f
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: ratecheck.9,v 1.3 2000/08/02 23:43:52 itojun Exp $
|
||||
.\" $NetBSD: ratecheck.9,v 1.4 2000/08/02 23:51:07 itojun Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -139,3 +139,9 @@ The
|
|||
.Fn ratecheck
|
||||
function appeared in
|
||||
.Nx 1.5 .
|
||||
.Sh BUGS
|
||||
.Fn ratecheck
|
||||
may not work as expected, if
|
||||
.Fa mininterval
|
||||
is less than the hardware clock interrupt interval
|
||||
.Pq Li 1/hz .
|
||||
|
|
Loading…
Reference in New Issue