From shaun@inerd.com Sun Oct 1 00:29:51 2006 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BA7D16A403 for ; Sun, 1 Oct 2006 00:29:51 +0000 (UTC) (envelope-from shaun@inerd.com) Received: from dione.picobyte.net (host-212-158-207-124.bulldogdsl.com [212.158.207.124]) by mx1.FreeBSD.org (Postfix) with SMTP id 86A6943D46 for ; Sun, 1 Oct 2006 00:29:50 +0000 (GMT) (envelope-from shaun@inerd.com) Received: from charon.picobyte.net (charon.picobyte.net [IPv6:2001:4bd0:201e::fe03]) by dione.picobyte.net (Postfix) with ESMTP for ; Sun, 1 Oct 2006 01:29:48 +0100 (BST) Message-Id: <1159662588.3165@charon.picobyte.net> Date: Sun, 1 Oct 2006 01:29:48 +0100 From: Shaun Amott Reply-To: Shaun Amott To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: [PATCH] find(1) fails to document some POSIX-extensions X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 103859 >Category: docs >Synopsis: [PATCH] find(1) fails to document some options as POSIX-extensions >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: closed >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 01 00:30:17 GMT 2006 >Closed-Date: Sun Oct 15 11:55:10 GMT 2006 >Last-Modified: Sun Oct 15 11:55:10 GMT 2006 >Originator: Shaun Amott >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: >Description: The find(1) man page fails to document some of our POSIX extensions as such. The patch below adds to the short list. >How-To-Repeat: >Fix: --- find.1.diff begins here --- 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 , and all of the .Ic -B birthtime related primaries are extensions to --- find.1.diff ends here --- >Release-Note: >Audit-Trail: 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 State-Changed-From-To: open->patched State-Changed-By: ceri State-Changed-When: Sun Oct 8 10:31:48 UTC 2006 State-Changed-Why: Patched in -HEAD, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=103859 From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: docs/103859: commit references a PR Date: Sun, 8 Oct 2006 10:31:53 +0000 (UTC) ceri 2006-10-08 10:31:44 UTC FreeBSD src repository Modified files: usr.bin/find find.1 Log: Update the list of POSIX extensions. PR: docs/103859 Submitted by: shaun MFC after: 1 week Revision Changes Path 1.80 +5 -3 src/usr.bin/find/find.1 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State-Changed-From-To: patched->closed State-Changed-By: ceri State-Changed-When: Sun Oct 15 11:54:46 UTC 2006 State-Changed-Why: Merged to RELENG_6, thanks again. http://www.freebsd.org/cgi/query-pr.cgi?pr=103859 >Unformatted: