summaryrefslogtreecommitdiffstats
path: root/usr.bin/find
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-11-26 11:04:37 +0000
committerru <ru@FreeBSD.org>2002-11-26 11:04:37 +0000
commit5faee851dc453147347d6429440df5d1e9d31094 (patch)
treea7327a7206ab8ecfe6a07fa86662e847c803d9c3 /usr.bin/find
parent81e17b9eadfd50337ea79e56a7201904e6d62b8d (diff)
downloadFreeBSD-src-5faee851dc453147347d6429440df5d1e9d31094.zip
FreeBSD-src-5faee851dc453147347d6429440df5d1e9d31094.tar.gz
mdoc(7) police: markup polishing.
Approved by: re
Diffstat (limited to 'usr.bin/find')
-rw-r--r--usr.bin/find/find.122
1 files changed, 5 insertions, 17 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index f4db4da..cef8fb2 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -256,10 +256,7 @@ It ensures that you have write permission while you are placing files in a
directory, then sets the directory's permissions as the last thing.
.It Ic -empty
True if the current file or directory is empty.
-.It Xo
-.Ic -exec Ar utility Op Ar argument ...
-;
-.Xc
+.It Ic -exec Ar utility Oo Ar argument ... Oc Li \&;
True if the program named
.Ar utility
returns a zero value as its exit status.
@@ -281,7 +278,7 @@ and
.Ar arguments
are not subject to the further expansion of shell patterns
and constructs.
-.It Ic -exec Ar utility Oo Ar argument ... Oc {} +
+.It Ic -exec Ar utility Oo Ar argument ... Oc Li {} +
Same as
.Ic -exec ,
except that
@@ -290,10 +287,7 @@ is replaced with as many pathnames as possible for each invocation of
.Ar utility .
This behaviour is similar to that of
.Xr xargs 1 .
-.It Xo
-.Ic -execdir Ar utility Op Ar argument ...
-;
-.Xc
+.It Ic -execdir Ar utility Oo Ar argument ... Oc Li \&;
The
.Ic -execdir
primary is identical to the
@@ -489,10 +483,7 @@ is equivalent to
True if the file belongs to an unknown group.
.It Ic -nouser
True if the file belongs to an unknown user.
-.It Xo
-.Ic -ok Ar utility Op Ar argument ...
-;
-.Xc
+.It Ic -ok Ar utility Oo Ar argument ... Oc Li \&;
The
.Ic -ok
primary is identical to the
@@ -509,10 +500,7 @@ the command is not executed and the
value of the
.Ic -ok
expression is false.
-.It Xo
-.Ic -okdir Ar utility Op Ar argument ...
-;
-.Xc
+.It Ic -okdir Ar utility Oo Ar argument ... Oc Li \&;
The
.Ic -okdir
primary is identical to the
OpenPOWER on IntegriCloud