From 107f86a29145db33cc4e5eae171c1e219ec009de Mon Sep 17 00:00:00 2001 From: Stefan Farfeleder Date: Tue, 18 Jul 2006 07:39:22 +0000 Subject: [PATCH] Document that the pathname(s) following the options need not be given if -f pathname was specified. --- usr.bin/find/find.1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 4af3eeabcefa..0367e72b322f 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -35,7 +35,7 @@ .\" @(#)find.1 8.7 (Berkeley) 5/9/95 .\" $FreeBSD$ .\" -.Dd May 27, 2006 +.Dd July 18, 2006 .Dt FIND 1 .Os .Sh NAME @@ -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