summaryrefslogtreecommitdiff
path: root/usr.bin/find/find.1
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-09-01 04:30:18 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-09-01 04:30:18 +0000
commit8dad430db90288ee99638aaf3f18fb518bba269c (patch)
treed088b5867f5ddf5598930427c41ed880f59f3ae2 /usr.bin/find/find.1
parent10a0f9a6e2e02a8c66e4031ad1b040cd89267df7 (diff)
Add support for -mindepth while at it
Diffstat (limited to 'usr.bin/find/find.1')
-rw-r--r--usr.bin/find/find.17
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index 2bb96ee1c50..18ef89b48fb 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: find.1,v 1.6 1996/08/31 22:40:19 tholo Exp $
+.\" $OpenBSD: find.1,v 1.7 1996/09/01 04:30:16 tholo Exp $
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -192,7 +192,10 @@ If the file is a symbolic link, the pathname of the linked\-to file will be
displayed preceded by ``\->''.
The format is identical to that produced by ``ls \-dgils''.
.It Ic -maxdepth Ar n
-True if the current search depth is less than what is specified in
+True if the current search depth is less than or equal to what is specified in
+.Ar n .
+.It Ic -mindepth Ar n
+True if the current search depth is at least what is specified in
.Ar n .
.It Ic -mtime Ar n
True if the difference between the file last modification time and the time