summaryrefslogtreecommitdiffstats
path: root/usr.bin/find
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-06-26 08:03:54 +0000
committertjr <tjr@FreeBSD.org>2002-06-26 08:03:54 +0000
commit167db86ab54e9dbae6e6c3fd7f8f14b80f188420 (patch)
tree546c142618ce894571e80851384d1cf05eb3d16a /usr.bin/find
parentd17331343a18d465a47e983f9b89478b87054edd (diff)
downloadFreeBSD-src-167db86ab54e9dbae6e6c3fd7f8f14b80f188420.zip
FreeBSD-src-167db86ab54e9dbae6e6c3fd7f8f14b80f188420.tar.gz
Indicate that the semicolon that terminates argument lists should be in
its own argument for -ok and -okdir.
Diffstat (limited to 'usr.bin/find')
-rw-r--r--usr.bin/find/find.110
1 files changed, 8 insertions, 2 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index 6a06a4e..ac47291 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -505,7 +505,10 @@ 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 Ic -ok Ar utility Op Ar argument ... ;
+.It Xo
+.Ic -ok Ar utility Op Ar argument ...
+;
+.Xc
The
.Ic -ok
primary is identical to the
@@ -522,7 +525,10 @@ the command is not executed and the
value of the
.Ic -ok
expression is false.
-.It Ic -okdir Ar utility Op Ar argument ... ;
+.It Xo
+.Ic -okdir Ar utility Op Ar argument ...
+;
+.Xc
The
.Ic -okdir
primary is identical to the
OpenPOWER on IntegriCloud