summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2019-04-01 06:28:06 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2019-04-01 06:28:06 +0000
commit5ec4bdbd5d4ad554f71c0ed729d0c6bd6ad94623 (patch)
tree7b46bd84f8c8385be59e95d1d15142f1e87440f0
parentf6338cfc672c231f2f730aaae4f9e4f445b1149b (diff)
restore El removed in previous;
-rw-r--r--share/man/man9/task_add.93
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/task_add.9 b/share/man/man9/task_add.9
index c0978e9fb90..9874d8398a1 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.19 2019/04/01 03:23:45 dlg Exp $
+.\" $OpenBSD: task_add.9,v 1.20 2019/04/01 06:28:05 jmc Exp $
.\"
.\" Copyright (c) 2013 David Gwynne <dlg@openbsd.org>
.\"
@@ -81,6 +81,7 @@ argument:
.Bl -tag -width xxx -offset indent
.It Dv TASKQ_MPSAFE
The threads servicing the taskq will be run without the kernel big lock.
+.El
.Pp
.Fn taskq_destroy
causes the resources associated with a previously created taskq to be freed.