Module Name: src Committed By: yamt Date: Mon Oct 24 07:27:09 UTC 2011
Modified Files: src/share/man/man9: workqueue.9 Log Message: update the description of the priority argument. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/share/man/man9/workqueue.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/workqueue.9 diff -u src/share/man/man9/workqueue.9:1.9 src/share/man/man9/workqueue.9:1.10 --- src/share/man/man9/workqueue.9:1.9 Thu Dec 2 12:54:13 2010 +++ src/share/man/man9/workqueue.9 Mon Oct 24 07:27:09 2011 @@ -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 @@ The function to be called for each 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