Module Name:    src
Committed By:   jruoho
Date:           Tue Jan 26 08:48:39 UTC 2010

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

Log Message:
Mention that all tasks are executed before the halt.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/share/man/man9/sysmon_taskq.9:1.6
--- src/share/man/man9/sysmon_taskq.9:1.5	Tue Jan 26 07:58:16 2010
+++ src/share/man/man9/sysmon_taskq.9	Tue Jan 26 08:48:39 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysmon_taskq.9,v 1.5 2010/01/26 07:58:16 jruoho Exp $
+.\" $NetBSD: sysmon_taskq.9,v 1.6 2010/01/26 08:48:39 jruoho Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -63,6 +63,7 @@
 .Fn sysmon_task_queue_init .
 This will create a kernel thread that can be later halted by
 .Fn sysmon_task_queue_fini .
+All scheduled tasks are executed before the queue is halted.
 .Pp
 The
 .Fn sysmon_task_queue_sched

Reply via email to