snafu, exchanged the descriptions of -maxdepth and -mindepth.

Noticed by:	ru
This commit is contained in:
Oliver Eikemeier 2004-05-16 10:35:14 +00:00
parent 2ff84d1485
commit 9c61111db8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129273

View File

@ -427,8 +427,9 @@ The format is identical to that produced by
.Nm ls Fl dgils .
.Ek
.It Ic -maxdepth Ar n
Always true; do not apply any tests or actions at levels less than
.Ar n .
Always true; descend at most
.Ar n
directory levels below the command line arguments.
If any
.Ic -maxdepth
primary is specified, it applies to the entire expression even if it would
@ -436,9 +437,8 @@ not normally be evaluated.
.Ic -maxdepth Li 0
limits the whole search to the command line arguments.
.It Ic -mindepth Ar n
Always true; descend at most
.Ar n
directory levels below the command line arguments.
Always true; do not apply any tests or actions at levels less than
.Ar n .
If any
.Ic -mindepth
primary is specified, it applies to the entire expression even if it would