X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/585ba00ae9203a1e658b9ad2479d5a11529a6cdd..d0719240aed7a84599ac73c71f78718b28341448:/usr/src/usr.bin/find/find.1 diff --git a/usr/src/usr.bin/find/find.1 b/usr/src/usr.bin/find/find.1 index 7f08e6926d..1f0428b8d0 100644 --- a/usr/src/usr.bin/find/find.1 +++ b/usr/src/usr.bin/find/find.1 @@ -3,7 +3,7 @@ .\" .\" %sccs.include.redist.man% .\" -.\" @(#)find.1 6.16 (Berkeley) %G% +.\" @(#)find.1 6.19 (Berkeley) %G% .\" .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. +Note, the +.Ic prune +primary has no effect if the +.Op \-d +option was specified. .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 +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