diff options
Diffstat (limited to 'usr.bin/find')
-rw-r--r-- | usr.bin/find/find.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 1052bc1..7c26ebe 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -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 |