Clarify the feature that -exec parameters won't get

shell-expanded when the specified utility is run.

MFC after:	5 days
This commit is contained in:
Yaroslav Tykhiy 2001-06-29 12:59:20 +00:00
parent 8bf82a92d5
commit 08274979f3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78966

View File

@ -225,6 +225,11 @@ arguments it is replaced by the pathname of the current file.
will be executed from the directory from which
.Nm
was executed.
.Ar Utility
and
.Ar arguments
are not subject to the further expansion of shell patterns
and constructs.
.It Ic -execdir Ar utility Op Ar argument ... ;
The
.Ic -execdir