summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-11-25 17:40:13 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-11-25 17:40:13 +0000
commit4d8e0cfb99d01e958ae7aa3e95d12f59114b9ad8 (patch)
tree78678a3c9fb118b55ef9154d658982b78aae2374 /share/man/man9
parent59e530b18b223cedc65a249c15e1a49d4c2cf6d5 (diff)
tweak previous;
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/workq_add_task.98
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man9/workq_add_task.9 b/share/man/man9/workq_add_task.9
index 498c95db771..7d6d115e008 100644
--- a/share/man/man9/workq_add_task.9
+++ b/share/man/man9/workq_add_task.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: workq_add_task.9,v 1.7 2007/11/25 15:58:29 tedu Exp $
+.\" $OpenBSD: workq_add_task.9,v 1.8 2007/11/25 17:40:12 jmc Exp $
.\"
.\" Copyright (c) 2007 David Gwynne <dlg@openbsd.org>
.\"
@@ -73,7 +73,7 @@ The
argument specifies creation and runtime characteristics of the task.
The possible flags are:
.Pp
-.Bl -tag -offset indent -width WQ_WAITOKXXX -compact
+.Bl -tag -offset indent -width WQ_DIRECTOKXXX -compact
.It Dv WQ_WAITOK
Wait for resources to become available.
If resources are not available and this flag is not set then
@@ -81,7 +81,9 @@ If resources are not available and this flag is not set then
will return
.Dv ENOMEM .
.It Dv WQ_DIRECTOK
-If the workq argument is NULL, process the request immediately instead of
+If the workq argument is
+.Dv NULL ,
+process the request immediately instead of
queueing until threads are ready.
.El
.Pp