summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2008-02-09 10:58:20 +0000
committerJames Youngman <jay@gnu.org>2008-02-09 10:58:20 +0000
commitca9d2f5d004ed825149fe5d48cc18ad31048e41c (patch)
tree778bb10071be6da72fb2b797b677f710775456cd /ChangeLog
parentdec6d89d6e5cee4696244239c2ccbd8cca03116e (diff)
downloadfindutils-ca9d2f5d004ed825149fe5d48cc18ad31048e41c.tar.gz
Better documentation for the use of 'sh -c' from xargs
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59c8f92f..6590c08e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-02-09 James Youngman <jay@gnu.org>
+ * doc/find.texi (xargs options): Moved documentation of xargs'
+ options into this new section.
+ (Invoking the shell from xargs): New section providing examples
+ about "xargs sh -c '...'".
+
+ * xargs/xargs.1: Indicate that the "sh -c" trick with xargs
+ achieves the same thing as BSD's "xargs -o", but in a more
+ flexible way.
+
* locate/updatedb.sh: Actually rename the old database to the new
one atomically, instead of just claiming the rename is atomic in a
comment :) This fixes Savannah bug #22057.