From owner-svn-src-head@FreeBSD.ORG Thu May 21 14:56:26 2009 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECE421065692; Thu, 21 May 2009 14:56:26 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id A608A8FC19; Thu, 21 May 2009 14:56:26 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id n4LEqjqg076972; Thu, 21 May 2009 08:52:45 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 21 May 2009 08:52:56 -0600 (MDT) Message-Id: <20090521.085256.-1989816394.imp@bsdimp.com> To: danfe@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20090521110115.GA50355@FreeBSD.org> References: <20090521132404.cc5be268.stas@FreeBSD.org> <20090521110115.GA50355@FreeBSD.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: unixmania@gmail.com, src-committers@FreeBSD.org, peterjeremy@optushome.com.au, svn-src-all@FreeBSD.org, stas@FreeBSD.org, gnn@FreeBSD.org, svn-src-head@FreeBSD.org Subject: Re: svn commit: r192398 - in head/usr.bin: . perror X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 14:56:28 -0000 In message: <20090521110115.GA50355@FreeBSD.org> Alexey Dokuchaev writes: : > Given how easy it is to "grep <> /usr/include/sys/errno.h" or : > perl -e '$! = <>; print "$!\n";' : > I'm not sure of the utility of this tool. : : User scripts should not depend on presence of system include files. : Now, just to mention, Nick's suggestion about dropping extra noise : actually good one. There's also internationalization that actually happens too, right? That doesn't happen with grep.. Warner