Fix typo in -execdir documentation.

* doc/find.texi (Single File): Typo correction; we're describing
-execdir, not -exec.
This commit is contained in:
James Youngman
2009-07-05 23:46:05 +01:00
parent 9c34ad3aac
commit 1a55d99010
3 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2009-07-05 James Youngman <jay@gnu.org>
Fix typo in -execdir documentation.
* doc/find.texi (Single File): Typo correction; we're describing
-execdir, not -exec.
* NEWS: Mention the bugfix.
2009-05-12 James Youngman <jay@gnu.org>
#26537: find -prune now makes sure it has valid stat() information.

3
NEWS
View File

@@ -9,6 +9,9 @@ systems this way.
** Bug Fixes
#26587: Fix a typo in -execdir documentation (it says -exec by mistake
in the text).
#26537: find -prune now makes sure it has valid stat() information.
#22708: Exit status 126 and 127 from the utility invoked from xargs

View File

@@ -2041,7 +2041,7 @@ Here is how to run a command on one file at a time.
@deffn Action -execdir command ;
Execute @var{command}; true if zero status is returned. @code{find}
takes all arguments after @samp{-exec} to be part of the command until
takes all arguments after @samp{-execdir} to be part of the command until
an argument consisting of @samp{;} is reached. It replaces the string
@samp{@{@}} by the current file name being processed everywhere it
occurs in the command. Both of these constructions need to be escaped