From 1a55d99010ca5a64276f9bc6232435a7253ebdd2 Mon Sep 17 00:00:00 2001 From: James Youngman Date: Sun, 5 Jul 2009 23:46:05 +0100 Subject: [PATCH] Fix typo in -execdir documentation. * doc/find.texi (Single File): Typo correction; we're describing -execdir, not -exec. --- ChangeLog | 7 +++++++ NEWS | 3 +++ doc/find.texi | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 54adb659..751903fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-07-05 James Youngman + + 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 #26537: find -prune now makes sure it has valid stat() information. diff --git a/NEWS b/NEWS index 2e487672..47ff9bdb 100644 --- a/NEWS +++ b/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 diff --git a/doc/find.texi b/doc/find.texi index 8ddbac72..17f7a0bb 100644 --- a/doc/find.texi +++ b/doc/find.texi @@ -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