svn commit: r272526 - stable/10/share/man/man9

Edward Tomasz Napierala trasz at FreeBSD.org
Sat Oct 4 14:40:13 UTC 2014


Author: trasz
Date: Sat Oct  4 14:40:12 2014
New Revision: 272526
URL: https://svnweb.freebsd.org/changeset/base/272526

Log:
  MFC 271761:
  
  Add missing link to TIMEOUT_TASK_INIT(9).
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/share/man/man9/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man9/Makefile
==============================================================================
--- stable/10/share/man/man9/Makefile	Sat Oct  4 14:38:39 2014	(r272525)
+++ stable/10/share/man/man9/Makefile	Sat Oct  4 14:40:12 2014	(r272526)
@@ -1365,7 +1365,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


More information about the svn-src-all mailing list