diff options
author | stefanf <stefanf@FreeBSD.org> | 2006-07-18 07:39:22 +0000 |
---|---|---|
committer | stefanf <stefanf@FreeBSD.org> | 2006-07-18 07:39:22 +0000 |
commit | 92077a1d25a7eb87554cf66d00e2e5fa223c106a (patch) | |
tree | 071326c34aa634029077424581637b9ef4d0810c /usr.bin/find | |
parent | b75bbd4bdfa592738bea78a11658e76a61172d69 (diff) | |
download | FreeBSD-src-92077a1d25a7eb87554cf66d00e2e5fa223c106a.zip FreeBSD-src-92077a1d25a7eb87554cf66d00e2e5fa223c106a.tar.gz |
Document that the pathname(s) following the options need not be given if
-f pathname was specified.
Diffstat (limited to 'usr.bin/find')
-rw-r--r-- | usr.bin/find/find.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 4af3eea..0367e72 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 |