summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2013-12-23 04:25:42 +0000
committerdlg <dlg@openbsd.org>2013-12-23 04:25:42 +0000
commit16230adea25db62d681f68f05bcfe3b25cb34f2e (patch)
treef32452977dc279da60528f0a9cf57306b8df6dbb
parentdocument TASK_INITIALIZER() (diff)
downloadwireguard-openbsd-16230adea25db62d681f68f05bcfe3b25cb34f2e.tar.xz
wireguard-openbsd-16230adea25db62d681f68f05bcfe3b25cb34f2e.zip
mlink TASK_INITIALIZER
-rw-r--r--share/man/man9/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index cf54e6941fa..b5f8263f199 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.191 2013/12/09 12:06:13 dlg Exp $
+# $OpenBSD: Makefile,v 1.192 2013/12/23 04:25:42 dlg Exp $
# $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
@@ -328,7 +328,8 @@ MLINKS+=systrace.9 systrace_redirect.9 \
MLINKS+=task_add.9 taskq_create.9 \
task_add.9 taskq_destroy.9 \
task_add.9 task_set.9 \
- task_add.9 task_del.9
+ task_add.9 task_del.9 \
+ task_add.9 TASK_INITIALIZER.9
MLINKS+=time.9 boottime.9 time.9 mono_time.9 time.9 runtime.9
MLINKS+=timeout.9 timeout_add.9 timeout.9 timeout_set.9 \
timeout.9 timeout_pending.9 timeout.9 timeout_del.9 \