From owner-freebsd-hackers@FreeBSD.ORG Sun Feb 24 07:51:47 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B209E16A401 for ; Sun, 24 Feb 2008 07:51:47 +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 9175313C468 for ; Sun, 24 Feb 2008 07:51:47 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m1O7ntvM056732; Sun, 24 Feb 2008 00:49:55 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 24 Feb 2008 00:50:19 -0700 (MST) Message-Id: <20080224.005019.-1254318719.imp@bsdimp.com> To: peterjeremy@optushome.com.au From: "M. Warner Losh" In-Reply-To: <20080224074610.GJ34425@server.vk2pj.dyndns.org> References: <20080223220620.GH34425@server.vk2pj.dyndns.org> <20080223.165002.-1219417475.imp@bsdimp.com> <20080224074610.GJ34425@server.vk2pj.dyndns.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: freebsd-hackers@freebsd.org Subject: Re: find -lname and -ilname implemented X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2008 07:51:47 -0000 In message: <20080224074610.GJ34425@server.vk2pj.dyndns.org> Peter Jeremy writes: : On Sat, Feb 23, 2008 at 04:50:02PM -0700, M. Warner Losh wrote: : >In message: <20080223220620.GH34425@server.vk2pj.dyndns.org> : > Peter Jeremy writes: : >: At the same, time, the find(1) man page needs to clearly distinguish : >: between the parts of find that are POSIX-complaint, the parts that are : >: GNU extensions and the parts that are [Free]BSD extensions. : > : >All the GNU extensions were flagged as such when I committed the man : >page updates. : : I wrote my email before I saw that you had actually committed the : changes. My comment was a general comment and was not intended as : a slight on your man page changes. My apologies for any offence I : may have inadvertently caused. No offense taken. I'm serious: if there's ways we can make find(1) better, I'm all ears. Warner