mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-01-29 20:58:59 +01:00
Fix typo in -execdir documentation.
* doc/find.texi (Single File): Typo correction; we're describing -execdir, not -exec.
This commit is contained in:
@@ -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
3
NEWS
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user