From 252e0030e415e9dd399a1d5bd763fed1177881ad Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 18 Jul 2008 00:30:02 +0000 Subject: [PATCH] MFC: Set count to a negative value for an initial burst. --- share/man/man9/kprintf.9 | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/share/man/man9/kprintf.9 b/share/man/man9/kprintf.9 index 1495044e12..f184956658 100644 --- a/share/man/man9/kprintf.9 +++ b/share/man/man9/kprintf.9 @@ -25,9 +25,9 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/printf.9,v 1.8 2006/09/08 14:05:03 ru Exp $ -.\" $DragonFly: src/share/man/man9/kprintf.9,v 1.4 2007/08/01 21:44:07 swildner Exp $ +.\" $DragonFly: src/share/man/man9/kprintf.9,v 1.4.4.1 2008/07/18 00:30:02 swildner Exp $ .\" -.Dd August 1, 2007 +.Dd July 17, 2008 .Dt KPRINTF 9 .Os .Sh NAME @@ -172,11 +172,18 @@ The function is a rate controlled version of .Fn kprintf . The +.Fa freq +member of the .Vt struct krate pointed to by .Fa rate must be initialized with the desired reporting frequency. -A frequency of 0 will result in no output. +A +.Fa freq +of 0 will result in no output. +Initializing +.Fa count +to a negative value allows an initial burst. .Sh RETURN VALUES The .Fn kprintf , -- 2.11.4.GIT