diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-04-09 14:30:40 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-04-09 14:30:40 +0000 |
commit | f2a4f55d25e74f5694ffb7b8e7ca0497c28b428d (patch) | |
tree | 5dd3cf27bb41424c20bf68fb7b5a2eea2e79859f | |
parent | ffa7630155787746a69930a2d76ef5f57dc0a7a6 (diff) |
min/maxdepth do not observe +-;
reported by x, but different fix taken
-rw-r--r-- | usr.bin/find/find.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 6d5a11b1e88..139ec94000b 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.73 2009/02/08 17:33:01 jmc Exp $ +.\" $OpenBSD: find.1,v 1.74 2009/04/09 14:30:39 jmc Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -31,7 +31,7 @@ .\" .\" from: @(#)find.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: February 8 2009 $ +.Dd $Mdocdate: April 9 2009 $ .Dt FIND 1 .Os .Sh NAME @@ -466,6 +466,10 @@ a preceding minus sign means .Dq less than n , and neither means .Dq exactly n . +Exceptions are the primaries +.Ic mindepth +and +.Ic maxdepth . .Sh OPERATORS The primaries may be combined using the following operators. The operators are listed in order of decreasing precedence. |