diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-28 17:06:43 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-28 17:06:43 +0000 |
commit | 034d5764ba349ca15f8e0ef763dc79e09dc2286d (patch) | |
tree | ea4070b87d48ea15f0955416a1eea9c417b59e34 /share/man/man9 | |
parent | 40089c4cad91e48d7c106fbd58b59ffb39242dbe (diff) |
readjust list width after previous;
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 |