svn commit: r271761 - head/share/man/man9

Edward Tomasz Napierala trasz at FreeBSD.org
Thu Sep 18 13:56:33 UTC 2014


Author: trasz
Date: Thu Sep 18 13:56:32 2014
New Revision: 271761
URL: http://svnweb.freebsd.org/changeset/base/271761

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

Modified:
  head/share/man/man9/Makefile

Modified: head/share/man/man9/Makefile
==============================================================================
--- head/share/man/man9/Makefile	Thu Sep 18 13:53:39 2014	(r271760)
+++ head/share/man/man9/Makefile	Thu Sep 18 13:56:32 2014	(r271761)
@@ -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


More information about the svn-src-head mailing list