From owner-svn-src-stable-8@FreeBSD.ORG Fri Dec 18 22:23:29 2009 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25AF1106566C; Fri, 18 Dec 2009 22:23:29 +0000 (UTC) (envelope-from mdounin@mdounin.ru) Received: from mdounin.cust.ramtel.ru (mdounin.cust.ramtel.ru [81.19.69.81]) by mx1.freebsd.org (Postfix) with ESMTP id D50FC8FC0A; Fri, 18 Dec 2009 22:23:28 +0000 (UTC) Received: from mdounin.ru (mdounin.cust.ramtel.ru [81.19.69.81]) by mdounin.cust.ramtel.ru (Postfix) with ESMTP id 726CD1701A; Sat, 19 Dec 2009 01:08:21 +0300 (MSK) Date: Sat, 19 Dec 2009 01:08:21 +0300 From: Maxim Dounin To: Xin LI Message-ID: <20091218220821.GF43547@mdounin.ru> References: <200912181855.nBIItFMe005161@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200912181855.nBIItFMe005161@svn.freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org Subject: Re: svn commit: r200677 - in stable/8: . share/man/man8 X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Dec 2009 22:23:29 -0000 Hello! On Fri, Dec 18, 2009 at 06:55:15PM +0000, Xin LI wrote: > Author: delphij > Date: Fri Dec 18 18:55:15 2009 > New Revision: 200677 > URL: http://svn.freebsd.org/changeset/base/200677 > > Log: > MFC r199463: > > rc.early(8) was removed as of 20090530 so remove manual page reference > to it. Just a side note: gmirror(8) manpage still references rc.early in description of doing kernel dumps on gmirror. It would be great to fix it too. Maxim Dounin