From owner-freebsd-doc@FreeBSD.ORG Sat Oct 7 23:00:45 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A60D316A412 for ; Sat, 7 Oct 2006 23:00:45 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 706AD43D5F for ; Sat, 7 Oct 2006 23:00:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97N0j1f022627 for ; Sat, 7 Oct 2006 23:00:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97N0jXS022626; Sat, 7 Oct 2006 23:00:45 GMT (envelope-from gnats) Date: Sat, 7 Oct 2006 23:00:45 GMT Message-Id: <200610072300.k97N0jXS022626@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Ceri Davies Cc: Subject: Re: docs/103859: [PATCH] find(1) fails to document some POSIX-extensions X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ceri Davies List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 23:00:45 -0000 The following reply was made to PR docs/103859; it has been noted by GNATS. From: Ceri Davies To: Shaun Amott Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: docs/103859: [PATCH] find(1) fails to document some POSIX-extensions Date: Sat, 7 Oct 2006 23:51:29 +0100 On Sun, Oct 01, 2006 at 01:29:48AM +0100, Shaun Amott wrote: > Index: find.1 > =================================================================== > RCS file: /home/ncvs/src/usr.bin/find/find.1,v > retrieving revision 1.79 > diff -u -r1.79 find.1 > --- find.1 29 Sep 2006 15:20:45 -0000 1.79 > +++ find.1 1 Oct 2006 00:22:39 -0000 > @@ -891,7 +891,9 @@ > and > .Ic -L > as well as the > -.Ic -iname , -inum , -iregex , -print0 , -delete , -ls , -regex , > +.Ic -amin , -anewer , -cmin , -cnewer , -empty , -fstype , -iname , > +.Ic -inum , -iregex , -links , -ls , -maxdepth , -mindepth , -mmin , > +.Ic -path , -print0 , -delete , -ls , -regex , You have -ls twice. -links is in XPG6. The rest looks good though. Ceri