Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Instead of "general purpose task queue", call...



details:   https://anonhg.NetBSD.org/src/rev/460dbb19f5d3
branches:  trunk
changeset: 751145:460dbb19f5d3
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Jan 26 07:12:06 2010 +0000

description:
Instead of "general purpose task queue", call it "general purpose system
monitoring task queue". Also include a paragraph about the intended usage.

diffstat:

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

diffs (29 lines):

diff -r 06e23052c22b -r 460dbb19f5d3 share/man/man9/sysmon_taskq.9
--- a/share/man/man9/sysmon_taskq.9     Tue Jan 26 06:03:02 2010 +0000
+++ b/share/man/man9/sysmon_taskq.9     Tue Jan 26 07:12:06 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index