Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Clarify that sysmon_task_queue_init() should ...



details:   https://anonhg.NetBSD.org/src/rev/a66e85d8a894
branches:  trunk
changeset: 751148:a66e85d8a894
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Jan 26 07:58:16 2010 +0000

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

diffstat:

 share/man/man9/sysmon_taskq.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4f3d4546e641 -r a66e85d8a894 share/man/man9/sysmon_taskq.9
--- a/share/man/man9/sysmon_taskq.9     Tue Jan 26 07:53:25 2010 +0000
+++ b/share/man/man9/sysmon_taskq.9     Tue Jan 26 07:58:16 2010 +0000
@@ -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 .



Home | Main Index | Thread Index | Old Index