Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 update the description of the priority argument.



details:   https://anonhg.NetBSD.org/src/rev/7b236b66daf1
branches:  trunk
changeset: 770577:7b236b66daf1
user:      yamt <yamt%NetBSD.org@localhost>
date:      Mon Oct 24 07:27:09 2011 +0000

description:
update the description of the priority argument.

diffstat:

 share/man/man9/workqueue.9 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 681a3a2f8e9c -r 7b236b66daf1 share/man/man9/workqueue.9
--- a/share/man/man9/workqueue.9        Mon Oct 24 07:25:51 2011 +0000
+++ b/share/man/man9/workqueue.9        Mon Oct 24 07:27:09 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: workqueue.9,v 1.9 2010/12/02 12:54:13 wiz Exp $
+.\"    $NetBSD: workqueue.9,v 1.10 2011/10/24 07:27:09 yamt Exp $
 .\"
 .\" Copyright (c)2005 YAMAMOTO Takashi,
 .\" All rights reserved.
@@ -25,7 +25,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\" ------------------------------------------------------------
-.Dd August 3, 2009
+.Dd October 24, 2011
 .Dt WORKQUEUE 9
 .Os
 .\" ------------------------------------------------------------
@@ -72,7 +72,7 @@
 An argument to be passed as a second argument of
 .Fa func .
 .It Fa prio
-The process priority to be used when sleeping to wait requests.
+The priority level for the worker threads.
 .It Fa ipl
 The highest IPL at which this workqueue is used.
 .It Fa flags



Home | Main Index | Thread Index | Old Index