]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* coreutils.texi (wc invocation): Spell out `--files0-from' in
authorJim Meyering <jim@meyering.net>
Mon, 26 Jun 2006 15:34:19 +0000 (15:34 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 26 Jun 2006 15:34:19 +0000 (15:34 +0000)
the example. Suggestion from Bob Proulx.

doc/ChangeLog
doc/coreutils.texi

index 01cc164b74a391d9c3354f4b0d4cb4a89b76f061..8cb05c953f354fb62e82aaf395e8c685e7ac8b90 100644 (file)
@@ -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>
index 67639cea3e01a85e3b5e9a97323bfef5e313e649..90136840a64bf65e9c427fe5ffcab84de6b70e79 100644 (file)
@@ -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.