From owner-cvs-all@FreeBSD.ORG Fri Sep 5 03:35:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75D1116A4BF; Fri, 5 Sep 2003 03:35:05 -0700 (PDT) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8C3F43FB1; Fri, 5 Sep 2003 03:34:56 -0700 (PDT) (envelope-from phantom@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h85DdBkv095249; Fri, 5 Sep 2003 13:39:11 GMT Received: (from phantom@localhost) by phantom.cris.net (8.12.6/8.12.2) id h85AhS0n038748; Fri, 5 Sep 2003 13:43:28 +0300 (EEST) (envelope-from phantom) Date: Fri, 5 Sep 2003 13:43:28 +0300 From: Alexey Zelkin To: Marc Fonvieille Message-ID: <20030905134328.A38709@phantom.cris.net> References: <200308311641.h7VGfaIr061300@repoman.freebsd.org> <20030904222712.GU25063@submonkey.net> <20030905091052.B56205@abigail.blackend.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030905091052.B56205@abigail.blackend.org>; from blackend@FreeBSD.org on Fri, Sep 05, 2003 at 09:10:52AM +0200 X-Operating-System: FreeBSD 4.7-STABLE i386 cc: Ceri Davies cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/releng-packages article.sgml doc/en_US.ISO8859-1/books/arch-handbook/mac chapter.sgml doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup chapter.sgml doc/en_US.ISO8859-1/books/handbook/disks chapter.sgml doc/en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml doc/en_US.ISO8859-1/books/handbook/mail chapter.sgml ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2003 10:35:05 -0000 On Fri, Sep 05, 2003 at 09:10:52AM +0200, Marc Fonvieille wrote: > On Thu, Sep 04, 2003 at 11:27:12PM +0100, Ceri Davies wrote: > > > > I think I saw a script posted somewhere that Denis was using to find elements > > that were not being closed correctly; is it something worth adding to the > > lint make target? > > > > Maybe, but only if it's not using perl. I mean, I'd prefer an awk > script or something that does not need the installation of a big > package. I don't see a reason why perl can become problem in this case. Since 'make lint' is developers only target -- those who would like to use this feature may install perl manually. Or (I belive) even should not do anything because they already have it ;-)