bin/68848: [patch] find(1) shows pathname as optional but it isn't.

Stefan Farfeleder stefanf at FreeBSD.org
Sun May 1 14:30:07 PDT 2005


The following reply was made to PR bin/68848; it has been noted by GNATS.

From: Stefan Farfeleder <stefanf at FreeBSD.org>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: bin/68848: [patch] find(1) shows pathname as optional but it isn't.
Date: Sun, 1 May 2005 23:28:04 +0200

 --hOcCNbCCxyk/YU74
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 There has to be at least one pathname, either given by -f or following
 the options.  Do you think the attached patch helps clarifying this?
 
 --hOcCNbCCxyk/YU74
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="find.1.diff"
 
 Index: find.1
 ===================================================================
 RCS file: /home/ncvs/src/usr.bin/find/find.1,v
 retrieving revision 1.72
 diff -I.svn -u -r1.72 find.1
 --- find.1	2 Apr 2005 07:44:12 -0000	1.72
 +++ find.1	1 May 2005 21:21:16 -0000
 @@ -46,6 +46,12 @@
  .Op Fl H | Fl L | Fl P
  .Op Fl EXdsx
  .Op Fl f Ar pathname
 +.Ar pathname ...
 +.Ar expression
 +.Nm
 +.Op Fl H | Fl L | Fl P
 +.Op Fl EXdsx
 +.Fl f Ar pathname
  .Op Ar pathname ...
  .Ar expression
  .Sh DESCRIPTION
 
 --hOcCNbCCxyk/YU74--


More information about the freebsd-bugs mailing list