| Summary: | [PATCH] find(1) fails to document some options as POSIX-extensions | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Shaun Amott <shaun> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Shaun Amott
2006-10-01 01:30:17 UTC
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 Patched in -HEAD, thanks. 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 Merged to RELENG_6, thanks again. |