Bug 103859

Summary: [PATCH] find(1) fails to document some options as POSIX-extensions
Product: Documentation Reporter: Shaun Amott <shaun>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
find.1.diff none

Description Shaun Amott freebsd_committer freebsd_triage 2006-10-01 01:30:17 UTC
The find(1) man page fails to document some of our POSIX extensions as
such. The patch below adds to the short list.
Comment 1 Ceri Davies 2006-10-07 23:51:29 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
Comment 2 Ceri Davies freebsd_committer freebsd_triage 2006-10-08 11:31:48 UTC
State Changed
From-To: open->patched

Patched in -HEAD, thanks.
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-10-08 11:31:53 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"
Comment 4 Ceri Davies freebsd_committer freebsd_triage 2006-10-15 12:54:46 UTC
State Changed
From-To: patched->closed

Merged to RELENG_6, thanks again.