summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2007-11-28 15:54:04 +0000
committertedu <tedu@openbsd.org>2007-11-28 15:54:04 +0000
commit987b968ffdbf810097240a92bee474ac41ee10e3 (patch)
tree325e64eaa7e0d2351bdc1d761dc7fef589d72e2b /share/man
parenttweak previous; (diff)
downloadwireguard-openbsd-987b968ffdbf810097240a92bee474ac41ee10e3.tar.xz
wireguard-openbsd-987b968ffdbf810097240a92bee474ac41ee10e3.zip
i'm always behind on the doc updates
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/workq_add_task.99
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