* coreutils.texi (wc invocation): Remove ./ prefix from example.

From Padraig Brady.
This commit is contained in:
Jim Meyering
2006-06-27 20:26:12 +00:00
parent df96ded8ae
commit 05d3db5c60
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2006-06-27 Jim Meyering <jim@meyering.net>
* coreutils.texi (wc invocation): Remove ./ prefix from example.
From Padraig Brady.
2006-06-26 Jim Meyering <jim@meyering.net>
* coreutils.texi (wc invocation): Spell out `--files0-from' in
+1 -1
View 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 --files0-from=- | 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.