From owner-freebsd-bugs@FreeBSD.ORG Sun May 1 21:30:07 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F47816A4CF for ; Sun, 1 May 2005 21:30:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D66143D2F for ; Sun, 1 May 2005 21:30:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j41LU7wY078840 for ; Sun, 1 May 2005 21:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j41LU78o078836; Sun, 1 May 2005 21:30:07 GMT (envelope-from gnats) Date: Sun, 1 May 2005 21:30:07 GMT Message-Id: <200505012130.j41LU78o078836@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Stefan Farfeleder Subject: Re: bin/68848: [patch] find(1) shows pathname as optional but it isn't. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Stefan Farfeleder List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 May 2005 21:30:07 -0000 The following reply was made to PR bin/68848; it has been noted by GNATS. From: Stefan Farfeleder 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--