Source-Changes archive

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

Re: CVS commit: src/sys/dev/ic



On Sat, Apr 19, 2008 at 05:41:01AM +0900, Izumi Tsutsui wrote:
> I'm not sure what you mean about "multiple handred commits"

Many drivers have been changed this way already. See the original
request for conversion to CFATTACH_DECL_NEW as well.

> but I won't do unless proper API is defined in man page.

Fine. Attached patch should sync the man page somewhat with reality.

Joerg
Index: kprintf.9
===================================================================
RCS file: /data/repo/netbsd/src/share/man/man9/kprintf.9,v
retrieving revision 1.22
diff -u -p -r1.22 kprintf.9
--- kprintf.9   24 Sep 2007 20:44:24 -0000      1.22
+++ kprintf.9   18 Apr 2008 20:57:06 -0000
@@ -145,8 +145,8 @@ The functions
 .Fn aprint_debug ,
 and
 .Fn aprint_error
-are intended to be used to print autoconfiguration messages, and change
-their behavior based on flags in the
+are the preferred way to print operational messages.
+They change their behavior based on flags in the
 .Dq boothowto
 variable:
 .Bl -tag -width "aprint_verbose()"
@@ -172,9 +172,8 @@ is set.
 .It Fn aprint_error
 Like
 .Fn aprint_normal ,
-but also keeps track of the number of times called.
-This allows a subsystem to report the number of errors that occurred
-during a quiet or silent initialization phase.
+but also keeps track of the number of times it is called.
+This allows a subsystem to report the number of errors that occurred.
 .El
 .Pp
 For the


Home | Main Index | Thread Index | Old Index