summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2019-04-01 06:28:05 +0000
committerjmc <jmc@openbsd.org>2019-04-01 06:28:05 +0000
commit368f60979f50dd53d8323c167864ed2b5e52dc9c (patch)
tree42155527b9a50fa8d0dbab9c13489219ab25cc69
parentRepair "} if" and make it the intended "} else if", compare the corresponding (diff)
downloadwireguard-openbsd-368f60979f50dd53d8323c167864ed2b5e52dc9c.tar.xz
wireguard-openbsd-368f60979f50dd53d8323c167864ed2b5e52dc9c.zip
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.