]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* coreutils.texi (wc invocation): Remove ./ prefix from example.
authorJim Meyering <jim@meyering.net>
Tue, 27 Jun 2006 20:26:12 +0000 (20:26 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 27 Jun 2006 20:26:12 +0000 (20:26 +0000)
From Padraig Brady.

doc/ChangeLog
doc/coreutils.texi

index 8cb05c953f354fb62e82aaf395e8c685e7ac8b90..713439fd7697aa9b230ee0a7931723667d36b59d 100644 (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
index 90136840a64bf65e9c427fe5ffcab84de6b70e79..d8cc5b6a2af3bf72757b9e93e7a31b54907c2de5 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 --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.