Module Name:    src
Committed By:   jruoho
Date:           Tue Jan 26 07:58:16 UTC 2010

Modified Files:
        src/share/man/man9: sysmon_taskq.9

Log Message:
Clarify that sysmon_task_queue_init() should be called from arch-specific
routine.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/sysmon_taskq.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/sysmon_taskq.9
diff -u src/share/man/man9/sysmon_taskq.9:1.4 src/share/man/man9/sysmon_taskq.9:1.5
--- src/share/man/man9/sysmon_taskq.9:1.4	Tue Jan 26 07:53:25 2010
+++ src/share/man/man9/sysmon_taskq.9	Tue Jan 26 07:58:16 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysmon_taskq.9,v 1.4 2010/01/26 07:53:25 jruoho Exp $
+.\" $NetBSD: sysmon_taskq.9,v 1.5 2010/01/26 07:58:16 jruoho Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -57,7 +57,7 @@
 The necessary internal data structures
 are initialized during system startup by
 .Fn sysmon_task_queue_preinit .
-Before actual usage, a machine-independent
+Before actual usage, a machine-dependent
 procedure should finish the initialization
 by calling
 .Fn sysmon_task_queue_init .

Reply via email to