summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ChangeLog3
-rw-r--r--doc/coreutils.texi2
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 01cc164b7..8cb05c953 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,8 @@
2006-06-26 Jim Meyering <jim@meyering.net>
+ * coreutils.texi (wc invocation): Spell out `--files0-from' in
+ the example. Suggestion from Bob Proulx.
+
* coreutils.texi (wc invocation): Document new --files0-from option.
2006-06-20 Eric Blake <ebb9@byu.net>
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 67639cea3..90136840a 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -2978,7 +2978,7 @@ the length of the longest line in any @file{.c} or @file{.h} file in the
current hierarchy, do this:
@example
-find . -name '*.[ch]' -print0 | ./wc -L --files=- | tail -n1
+find . -name '*.[ch]' -print0 | ./wc -L --files0-from=- | tail -n1
@end example
Do not specify any @var{FILE} on the command line when using this option.