From bdff18c23aaf2f5edb9fde9d27152c9f0f35f171 Mon Sep 17 00:00:00 2001 From: trasz Date: Thu, 18 Sep 2014 13:56:32 +0000 Subject: Add missing link to TIMEOUT_TASK_INIT(9). MFC after: 2 weeks Sponsored by: The FreeBSD Foundation --- share/man/man9/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'share') diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index eb6f04c..0c25e6a 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1410,7 +1410,8 @@ MLINKS+=taskqueue.9 TASK_INIT.9 \ taskqueue.9 taskqueue_set_callback.9 \ taskqueue.9 taskqueue_start_threads.9 \ taskqueue.9 taskqueue_start_threads_pinned.9 \ - taskqueue.9 taskqueue_unblock.9 + taskqueue.9 taskqueue_unblock.9 \ + taskqueue.9 TIMEOUT_TASK_INIT.9 MLINKS+=time.9 boottime.9 \ time.9 time_second.9 \ time.9 time_uptime.9 -- cgit v1.1