summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2015-02-09 08:36:54 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2015-02-09 08:36:54 +0000
commit44d8debf8b6924e184173bc7198af80b9dabb5cf (patch)
treea0bff4da56bf624349e58c5b8b303e406ab98b1e
parentbbc662eb10c83a55af2f055961b39e6413a7fbf6 (diff)
tweak previous;
-rw-r--r--share/man/man9/task_add.97
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man9/task_add.9 b/share/man/man9/task_add.9
index ceb8ae9ffdc..110ef537dad 100644
--- a/share/man/man9/task_add.9
+++ b/share/man/man9/task_add.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: task_add.9,v 1.14 2015/02/09 03:24:48 dlg Exp $
+.\" $OpenBSD: task_add.9,v 1.15 2015/02/09 08:36:53 jmc Exp $
.\"
.\" Copyright (c) 2013 David Gwynne <dlg@openbsd.org>
.\"
@@ -68,9 +68,10 @@ will be called against the created taskq.
See
.Xr spl 9
for a list of the IPLs.
-You can or the following defines into the
+The operational characteristics of the taskq
+can be altered by OR'ing the following defines into the
.Fa flags
-argument do change the operational characteristics of the taskq:
+argument:
.Bl -tag -width xxx -offset indent
.It Dv TASKQ_MPSAFE
The threads servicing the taskq will be run without the kernel big lock.