summaryrefslogtreecommitdiff
path: root/usr.bin/find/find.1
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-06-17 05:53:45 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-06-17 05:53:45 +0000
commitc8e10b82383ece01b2fe949913a2d36115c19516 (patch)
tree64088d9f075ef2410926e3022be5120a78f33cfd /usr.bin/find/find.1
parentee1d75dcd05013dcca03ca1dbd1f7e028046f6f9 (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.15
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