diff options
Diffstat (limited to 'usr.bin/find/find.1')
-rw-r--r-- | usr.bin/find/find.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index b37d297e0a2..c1edb0c7fe8 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.32 2001/08/22 16:50:50 heko Exp $ +.\" $OpenBSD: find.1,v 1.33 2001/08/22 23:02:48 hugh Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -46,7 +46,7 @@ .Op Fl HdhXxW .Op Fl f Ar file .Ar file Op Ar ... -.Op Ar expression +.Ar expression .Sh DESCRIPTION .Nm recursively descends the directory tree for each @@ -56,7 +56,7 @@ listed, evaluating an (composed of the .Dq primaries and -.Dq operators +.Dq operands listed below) in terms of each file in the tree. .Pp |