diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-06-17 05:53:45 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-06-17 05:53:45 +0000 |
commit | c8e10b82383ece01b2fe949913a2d36115c19516 (patch) | |
tree | 64088d9f075ef2410926e3022be5120a78f33cfd /usr.bin/find/find.1 | |
parent | ee1d75dcd05013dcca03ca1dbd1f7e028046f6f9 (diff) |
Back out last change. Allowing no path to mean "." causes problems
with getopts vs. predicates.
Diffstat (limited to 'usr.bin/find/find.1')
-rw-r--r-- | usr.bin/find/find.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 6f470a46e8b..145911c1fe0 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.11 1997/06/17 05:35:44 millert Exp $ +.\" $OpenBSD: find.1,v 1.12 1997/06/17 05:53:44 millert Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -54,8 +54,7 @@ recursively descends the directory tree for each listed, evaluating an .Ar expression (composed of the ``primaries'' and ``operands'' listed below) in terms -of each file in the tree. If no files are specified, the current -directory is used. +of each file in the tree. .Pp The options are as follows: .Pp |