Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Oct 2006 01:29:48 +0100
From:      Shaun Amott <shaun@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/103859: [PATCH] find(1) fails to document some POSIX-extensions
Message-ID:  <1159662588.3165@charon.picobyte.net>
Resent-Message-ID: <200610010030.k910UHvm000670@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1159662588.3165>