add .Vx so tmac.andoc will call tmac.mdoc-old
[unix-history] / usr / src / usr.bin / find / find.1
index 7f08e69..1f0428b 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)find.1     6.16 (Berkeley) %G%
+.\"     @(#)find.1     6.19 (Berkeley) %G%
 .\"
 .Dd 
 .Dt FIND 1
 .\"
 .Dd 
 .Dt FIND 1
@@ -257,6 +257,11 @@ This primary always evaluates to true.
 It causes
 .Nm find
 to not descend into the current file.
 It causes
 .Nm find
 to not descend into the current file.
+Note, the
+.Ic prune
+primary has no effect if the
+.Op \-d
+option was specified.
 .Tp Cx Ic size
 .Cx \&\ \&
 .Ar n
 .Tp Cx Ic size
 .Cx \&\ \&
 .Ar n
@@ -446,6 +451,15 @@ This is not the case.
 .Pp
 The second reason is that traversing file trees with names beginning with
 a dash, exclamation point or left parenthesis was impossible.
 .Pp
 The second reason is that traversing file trees with names beginning with
 a dash, exclamation point or left parenthesis was impossible.
+.Pp
+Historic implementations of the 
+.Ic exec
+and
+.Ic ok
+primaries did not replace the string ``{}'' in the utility name or the
+utility arguments unless it appeared without any other characters.
+This version replaces it no matter where in the utility name or arguments
+it appears.
 .Sh BUGS
 The special characters used by
 .Nm find
 .Sh BUGS
 The special characters used by
 .Nm find