Date: Sat, 4 Oct 2014 14:40:12 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r272526 - stable/10/share/man/man9 Message-ID: <201410041440.s94EeCOr085544@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410041440.s94EeCOr085544>