From owner-cvs-src@FreeBSD.ORG Fri Oct 19 14:25:56 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A68116A419; Fri, 19 Oct 2007 14:25:56 +0000 (UTC) (envelope-from rermilov@team.vega.ru) Received: from mail.vega.ru (mx1.vega.ru [87.242.77.163]) by mx1.freebsd.org (Postfix) with ESMTP id 1830213C465; Fri, 19 Oct 2007 14:25:55 +0000 (UTC) (envelope-from rermilov@team.vega.ru) Received: from [87.242.97.68] (port=1107 helo=edoofus.dev.vega.ru) by mail.vega.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68 (FreeBSD)) (envelope-from ) id 1IisT4-000FEA-8O; Fri, 19 Oct 2007 14:04:50 +0000 Received: from edoofus.dev.vega.ru (localhost [127.0.0.1]) by edoofus.dev.vega.ru (8.14.1/8.14.1) with ESMTP id l9JE41oF050659; Fri, 19 Oct 2007 18:04:01 +0400 (MSD) (envelope-from rermilov@team.vega.ru) Received: (from ru@localhost) by edoofus.dev.vega.ru (8.14.1/8.14.1/Submit) id l9JE41ch050658; Fri, 19 Oct 2007 18:04:01 +0400 (MSD) (envelope-from rermilov@team.vega.ru) X-Authentication-Warning: edoofus.dev.vega.ru: ru set sender to rermilov@team.vega.ru using -f Date: Fri, 19 Oct 2007 18:04:01 +0400 From: Ruslan Ermilov To: Michael Bushkov , Brooks Davis , Ken Smith Message-ID: <20071019140401.GA37972@team.vega.ru> References: <200710190018.l9J0IJd7027803@repoman.freebsd.org> <200710190016.l9J0GUpo027720@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200710190018.l9J0IJd7027803@repoman.freebsd.org> <200710190016.l9J0GUpo027720@repoman.freebsd.org> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man5 nsswitch.conf.5 src.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2007 14:25:56 -0000 Hi Michael, This commit and its MFC is not quite correct. The src.conf(5) manpage is automatically generated using tools/build/options/. Changes to this manpage should go there first and committed; then the manpage should be regenerated using the makeman shell script and committed separately (the commit must be separate so that file revisions are correct). I've fixed HEAD. Please proceed with MFCing it. On Fri, Oct 19, 2007 at 12:16:30AM +0000, Michael Bushkov wrote: > bushman 2007-10-19 00:16:29 UTC > > FreeBSD src repository > > Modified files: > share/man/man5 nsswitch.conf.5 src.conf.5 > Log: > Small fix in man pages after cached -> nscd renaming. > > Approved by: brooks (mentor) > > Revision Changes Path > 1.18 +5 -5 src/share/man/man5/nsswitch.conf.5 > 1.19 +1 -1 src/share/man/man5/src.conf.5 > On Fri, Oct 19, 2007 at 12:18:19AM +0000, Michael Bushkov wrote: > bushman 2007-10-19 00:18:19 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_7) > share/man/man5 nsswitch.conf.5 src.conf.5 > Log: > Fast MFC: Small fix in man pages after cached -> nscd renaming. > > Approved by: re (kensmith), brooks (mentor) > > Revision Changes Path > 1.17.2.1 +5 -5 src/share/man/man5/nsswitch.conf.5 > 1.18.2.1 +1 -1 src/share/man/man5/src.conf.5 > -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer