docs/103859: [PATCH] find(1) fails to document some POSIX-extensions
Ceri Davies
ceri at submonkey.net
Sat Oct 7 23:00:45 UTC 2006
The following reply was made to PR docs/103859; it has been noted by GNATS.
From: Ceri Davies <ceri at submonkey.net>
To: Shaun Amott <shaun at FreeBSD.org>
Cc: FreeBSD-gnats-submit at 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
More information about the freebsd-doc
mailing list