Module Name: src
Committed By: jruoho
Date: Tue Jan 26 07:12:06 UTC 2010
Modified Files:
src/share/man/man9: sysmon_taskq.9
Log Message:
Instead of "general purpose task queue", call it "general purpose system
monitoring task queue". Also include a paragraph about the intended usage.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 src/share/man/man9/sysmon_taskq.9:1.3
--- src/share/man/man9/sysmon_taskq.9:1.2 Mon Jan 25 18:25:08 2010
+++ src/share/man/man9/sysmon_taskq.9 Tue Jan 26 07:12:06 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysmon_taskq.9,v 1.2 2010/01/25 18:25:08 jruoho Exp $
+.\" $NetBSD: sysmon_taskq.9,v 1.3 2010/01/26 07:12:06 jruoho Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -32,7 +32,7 @@
.Os
.Sh NAME
.Nm sysmon_taskq
-.Nd simple general purpose task queue
+.Nd general purpose system monitoring task queue
.Sh SYNOPSIS
.In dev/sysmon/sysmon_taskq.h
.Ft int
@@ -44,6 +44,10 @@
It can be used to run callbacks that require thread context,
but do not warrant the use of a more fine-grained solution.
.Pp
+Although the intended usage is related to the context of system monitoring
+and power management, also other comparable functions are suitable for
+.Nm .
+.Pp
The
.Fn sysmon_task_queue_sched
enqueues