summaryrefslogtreecommitdiffstats
path: root/usr.bin/find/find.1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2008-03-03 08:32:58 +0000
committerru <ru@FreeBSD.org>2008-03-03 08:32:58 +0000
commit902dd4e2b121c61efe27afa83a425cf928334bcc (patch)
tree2ae4309cf208cbdef7d962bb0297e014812c8862 /usr.bin/find/find.1
parent195c58423a7d7ac50d2f089c8a0dab227052420c (diff)
downloadFreeBSD-src-902dd4e2b121c61efe27afa83a425cf928334bcc.zip
FreeBSD-src-902dd4e2b121c61efe27afa83a425cf928334bcc.tar.gz
Fix SYNOPSIS and usage().
Diffstat (limited to 'usr.bin/find/find.1')
-rw-r--r--usr.bin/find/find.114
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index d9d9cde..824b917 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -45,20 +45,20 @@
.Nm
.Op Fl H | Fl L | Fl P
.Op Fl EXdsx
-.Op Fl f Ar pathname
-.Ar pathname ...
-.Ar expression
+.Op Fl f Ar path
+.Ar path ...
+.Op Ar expression
.Nm
.Op Fl H | Fl L | Fl P
.Op Fl EXdsx
-.Fl f Ar pathname
-.Op Ar pathname ...
-.Ar expression
+.Fl f Ar path
+.Op Ar path ...
+.Op Ar expression
.Sh DESCRIPTION
The
.Nm
utility recursively descends the directory tree for each
-.Ar pathname
+.Ar path
listed, evaluating an
.Ar expression
(composed of the
OpenPOWER on IntegriCloud