summaryrefslogtreecommitdiffstats
path: root/usr.bin/find/find.1
diff options
context:
space:
mode:
authoreik <eik@FreeBSD.org>2004-05-16 10:35:14 +0000
committereik <eik@FreeBSD.org>2004-05-16 10:35:14 +0000
commit12533f5b59c4d1ef4592075b6a1a73ee690a5c99 (patch)
tree8de2fe7dee166d70bc847c0c536b17765d18a7d4 /usr.bin/find/find.1
parent826ff6bea7dea6477b0d86591b50be84d27190c4 (diff)
downloadFreeBSD-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/find.1')
-rw-r--r--usr.bin/find/find.110
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
OpenPOWER on IntegriCloud