Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 add a note on possible misbehavior when minin...



details:   https://anonhg.NetBSD.org/src/rev/450e3feb1d64
branches:  trunk
changeset: 495682:450e3feb1d64
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Aug 02 23:51:07 2000 +0000

description:
add a note on possible misbehavior when mininterval < 1/hz.

diffstat:

 share/man/man9/ratecheck.9 |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 0d8949af900f -r 450e3feb1d64 share/man/man9/ratecheck.9
--- a/share/man/man9/ratecheck.9        Wed Aug 02 23:43:52 2000 +0000
+++ b/share/man/man9/ratecheck.9        Wed Aug 02 23:51:07 2000 +0000
@@ -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 @@
 .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 .



Home | Main Index | Thread Index | Old Index