Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 May 2005 21:30:07 GMT
From:      Stefan Farfeleder <stefanf@FreeBSD.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/68848: [patch] find(1) shows pathname as optional but it isn't.
Message-ID:  <200505012130.j41LU78o078836@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/68848; it has been noted by GNATS.

From: Stefan Farfeleder <stefanf@FreeBSD.org>
To: bug-followup@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--



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