aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1999-04-19 08:26:00 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1999-04-19 08:26:00 +0000
commit0c101fb2e7f0b9cf10ec2d9a88e3db77d336ba2b (patch)
tree0cc1e3a07e860199bb0cd434de4972d63f50384a /usr.bin
parent3c0d8bc982ae33a51da03417509462cd0647d5d2 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/find/find.112
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index ed958c4f784a..dc612d52e382 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)find.1 8.7 (Berkeley) 5/9/95
-.\" $Id: find.1,v 1.17 1998/11/29 12:00:06 bde Exp $
+.\" $Id: find.1,v 1.18 1998/12/31 16:21:51 billf Exp $
.\"
.Dd May 9, 1995
.Dt FIND 1
@@ -45,13 +45,13 @@
.Nm find
.Op Fl H | Fl L | Fl P
.Op Fl Xdsx
-.Op Fl f Ar file
-.Op Ar file ...
+.Op Fl f Ar pathname
+.Op Ar pathname ...
.Ar expression
.Sh DESCRIPTION
.Nm Find
recursively descends the directory tree for each
-.Ar file
+.Ar pathname
listed, evaluating an
.Ar expression
(composed of the ``primaries'' and ``operands'' listed below) in terms
@@ -400,11 +400,11 @@ A preceding plus sign means ``more than n'', a preceding minus sign means
The primaries may be combined using the following operators.
The operators are listed in order of decreasing precedence.
.Bl -tag -width (expression)
-.It Cm \&( Ns Ar expression Ns Cm \&)
+.It Cm \&( Ar expression Cm \&)
This evaluates to true if the parenthesized expression evaluates to
true.
.Pp
-.It Cm \&! Ns Ar expression
+.It Cm \&! Ar expression
This is the unary
.Tn NOT
operator.