From owner-svn-src-all@FreeBSD.ORG Tue Oct 27 14:37:25 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74335106566B; Tue, 27 Oct 2009 14:37:25 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 635288FC13; Tue, 27 Oct 2009 14:37:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n9REbPJp033870; Tue, 27 Oct 2009 14:37:25 GMT (envelope-from emaste@svn.freebsd.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n9REbPhW033868; Tue, 27 Oct 2009 14:37:25 GMT (envelope-from emaste@svn.freebsd.org) Message-Id: <200910271437.n9REbPhW033868@svn.freebsd.org> From: Ed Maste Date: Tue, 27 Oct 2009 14:37:25 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r198518 - head/share/man/man9 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2009 14:37:25 -0000 Author: emaste Date: Tue Oct 27 14:37:25 2009 New Revision: 198518 URL: http://svn.freebsd.org/changeset/base/198518 Log: Add link for callout_schedule(9). Modified: head/share/man/man9/Makefile Modified: head/share/man/man9/Makefile ============================================================================== --- head/share/man/man9/Makefile Tue Oct 27 14:36:37 2009 (r198517) +++ head/share/man/man9/Makefile Tue Oct 27 14:37:25 2009 (r198518) @@ -1222,6 +1222,7 @@ MLINKS+=timeout.9 callout.9 \ timeout.9 callout_init_rw.9 \ timeout.9 callout_pending.9 \ timeout.9 callout_reset.9 \ + timeout.9 callout_schedule.9 \ timeout.9 callout_stop.9 \ timeout.9 untimeout.9 MLINKS+=ucred.9 crcopy.9 \