diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2007-11-28 15:54:05 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2007-11-28 15:54:05 +0000 |
commit | 15504edd4709be7db13629a2a0e60194ca8952dd (patch) | |
tree | 288cf2b417ae78e1c335a298be9fec518df66a49 | |
parent | 324bb7ccec2ebe72a886df882708dff9d1fbff3b (diff) |
i'm always behind on the doc updates
-rw-r--r-- | share/man/man9/workq_add_task.9 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/share/man/man9/workq_add_task.9 b/share/man/man9/workq_add_task.9 index 7d6d115e008..dd633c465c9 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.8 2007/11/25 17:40:12 jmc Exp $ +.\" $OpenBSD: workq_add_task.9,v 1.9 2007/11/28 15:54:04 tedu Exp $ .\" .\" Copyright (c) 2007 David Gwynne <dlg@openbsd.org> .\" @@ -24,7 +24,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 25 2007 $ +.Dd $Mdocdate: November 28 2007 $ .Dt WORKQ_ADD_TASK 9 .Os .Sh NAME @@ -80,11 +80,6 @@ If resources are not available and this flag is not set then .Fn workq_add_task will return .Dv ENOMEM . -.It Dv WQ_DIRECTOK -If the workq argument is -.Dv NULL , -process the request immediately instead of -queueing until threads are ready. .El .Pp .Fn workq_create |