diff options
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/workq_add_task.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/workq_add_task.9 b/share/man/man9/workq_add_task.9 index dd633c465c9..4f285e71501 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.9 2007/11/28 15:54:04 tedu Exp $ +.\" $OpenBSD: workq_add_task.9,v 1.10 2007/11/28 17:06:42 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_DIRECTOKXXX -compact +.Bl -tag -offset indent -width WQ_WAITOKXXX -compact .It Dv WQ_WAITOK Wait for resources to become available. If resources are not available and this flag is not set then |