From owner-svn-src-head@FreeBSD.ORG Fri May 22 11:41:45 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 C130E106566B; Fri, 22 May 2009 11:41:45 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id 5F9A98FC27; Fri, 22 May 2009 11:41:45 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id AC58214D595A; Fri, 22 May 2009 13:41:43 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.mypc.hu ([127.0.0.1]) by localhost (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4m-QyuJvxcdY; Fri, 22 May 2009 13:41:43 +0200 (CEST) Received: from [192.168.1.105] (catv-80-98-231-64.catv.broadband.hu [80.98.231.64]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id 9E78B14D52E0; Fri, 22 May 2009 13:41:42 +0200 (CEST) Message-ID: <4A168F72.8020007@FreeBSD.org> Date: Fri, 22 May 2009 13:41:38 +0200 From: Gabor Kovesdan User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Robert Watson References: <20090521132404.cc5be268.stas@FreeBSD.org> <20090521110115.GA50355@FreeBSD.org> <20090521.085256.-1989816394.imp@bsdimp.com> <20090522195717.U22330@delplex.bde.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Fri, 22 May 2009 11:47:07 +0000 Cc: unixmania@gmail.com, danfe@freebsd.org, src-committers@freebsd.org, peterjeremy@optushome.com.au, svn-src-all@freebsd.org, stas@freebsd.org, gnn@freebsd.org, Bruce Evans , svn-src-head@freebsd.org, "M. Warner Losh" 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: Fri, 22 May 2009 11:41:46 -0000 Robert Watson escribió: > On Fri, 22 May 2009, Bruce Evans wrote: > >>> : actually good one. >>> >>> There's also internationalization that actually happens too, right? >>> That doesn't happen with grep.. >> >> What about with "man errno". Man pages are slightly more likely to >> be present than application (not system) include files, and man >> should support localization. It gives more noise than grepping an >> include file, but the noise might be signal and can be filtered. > > For me, at least, a simple text -> errno name ("EPERM") would go a > long way, since they aren't internationalized strings, and are > therefore usable in scripts in useful ways. On the topic of man pages > though -- I was interested to see that Mac OS X does not ship with an > errno(2), despite shipping with a BSD-derived errno.h. They didn't used to be internationalized strings but since my libc NLS commit they are. Now we have quite a few catalogs for common languages so it isn't so trivial any more... -- Gabor Kovesdan FreeBSD Volunteer EMAIL: gabor@FreeBSD.org .:|:. gabor@kovesdan.org WEB: http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org