From 4d8e0cfb99d01e958ae7aa3e95d12f59114b9ad8 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Sun, 25 Nov 2007 17:40:13 +0000 Subject: tweak previous; --- share/man/man9/workq_add_task.9 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'share/man') 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 .\" @@ -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 -- cgit v1.2.3