docs/103859: [PATCH] find(1) fails to document some POSIX-extensions

Shaun Amott shaun at FreeBSD.org
Sun Oct 1 00:30:18 UTC 2006


>Number:         103859
>Category:       docs
>Synopsis:       [PATCH] find(1) fails to document some POSIX-extensions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 01 00:30:17 GMT 2006
>Closed-Date:
>Last-Modified:
>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.
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:
>Unformatted:



More information about the freebsd-doc mailing list