From 80059da4ca0feb6fd9f94e424454fa20f66e9e84 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 26 Jun 2006 15:34:19 +0000 Subject: [PATCH] * coreutils.texi (wc invocation): Spell out `--files0-from' in the example. Suggestion from Bob Proulx. --- doc/ChangeLog | 3 +++ doc/coreutils.texi | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 01cc164..8cb05c9 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,8 @@ 2006-06-26 Jim Meyering + * 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 diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 67639ce..9013684 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. -- 2.7.4