summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2002-08-27 19:14:08 +0000
committercharnier <charnier@FreeBSD.org>2002-08-27 19:14:08 +0000
commiteef2c40d6eae1755247ab792bad1cd31d4b7ffca (patch)
treeda3979c90f3b1fcecdae74907b69f3e85f4bb089 /usr.bin
parent47d7dbef221bdeb70f96b5923591847e6b7e1434 (diff)
downloadFreeBSD-src-eef2c40d6eae1755247ab792bad1cd31d4b7ffca.zip
FreeBSD-src-eef2c40d6eae1755247ab792bad1cd31d4b7ffca.tar.gz
Do not repeat the name of the flag in its description
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/find/find.132
1 files changed, 8 insertions, 24 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index ee8f0de..f4db4da 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -74,9 +74,7 @@ The
.Xr re_format 7
manual page fully describes both formats.
.It Fl H
-The
-.Fl H
-option causes the file information and file type (see
+Cause the file information and file type (see
.Xr stat 2 )
returned for each symbolic link specified on the command line to be
those of the file referenced by the link, not the link itself.
@@ -85,25 +83,19 @@ be for the link itself.
File information of all symbolic links not on
the command line is that of the link itself.
.It Fl L
-The
-.Fl L
-option causes the file information and file type (see
+Cause the file information and file type (see
.Xr stat 2 )
returned for each symbolic link to be those of the file referenced by the
link, not the link itself.
If the referenced file does not exist, the file information and type will
be for the link itself.
.It Fl P
-The
-.Fl P
-option causes the file information and file type (see
+Cause the file information and file type (see
.Xr stat 2 )
returned for each symbolic link to be those of the link itself.
This is the default.
.It Fl X
-The
-.Fl X
-option is a modification to permit
+Permit
.Nm
to be safely used in conjunction with
.Xr xargs 1 .
@@ -125,9 +117,7 @@ primary in conjunction with
.Dq Nm xargs Fl 0
as an effective alternative.
.It Fl d
-The
-.Fl d
-option causes
+Cause
.Nm
to perform a depth\-first traversal, i.e., directories
are visited in post\-order and all entries in a directory will be acted
@@ -139,17 +129,13 @@ Note, the default is
.Em not
a breadth\-first traversal.
.It Fl f
-The
-.Fl f
-option specifies a file hierarchy for
+Specify a file hierarchy for
.Nm
to traverse.
File hierarchies may also be specified as the operands immediately
following the options.
.It Fl s
-The
-.Fl s
-option causes
+Cause
.Nm
to traverse the file hierarchies in lexicographical order,
i.e., alphabetical order within each directory.
@@ -159,9 +145,7 @@ and
.Ql "find | sort"
may give different results.
.It Fl x
-The
-.Fl x
-option prevents
+Prevent
.Nm
from descending into directories that have a device number different
than that of the file from which the descent began.
OpenPOWER on IntegriCloud