diff options
author | eik <eik@FreeBSD.org> | 2004-05-16 10:35:14 +0000 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-05-16 10:35:14 +0000 |
commit | 12533f5b59c4d1ef4592075b6a1a73ee690a5c99 (patch) | |
tree | 8de2fe7dee166d70bc847c0c536b17765d18a7d4 /usr.bin/find | |
parent | 826ff6bea7dea6477b0d86591b50be84d27190c4 (diff) | |
download | FreeBSD-src-12533f5b59c4d1ef4592075b6a1a73ee690a5c99.zip FreeBSD-src-12533f5b59c4d1ef4592075b6a1a73ee690a5c99.tar.gz |
snafu, exchanged the descriptions of -maxdepth and -mindepth.
Noticed by: ru
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 |