summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-06-27 20:26:12 +0000
committerJim Meyering <jim@meyering.net>2006-06-27 20:26:12 +0000
commit05d3db5c60a35fcedbbf89c8449e64ce8ac88fec (patch)
tree121132fab35eed1e92b59b4aa25d8611d52b03ee /doc/coreutils.texi
parentdf96ded8aea73b5134d800865534548b46f79283 (diff)
downloadcoreutils-05d3db5c60a35fcedbbf89c8449e64ce8ac88fec.tar.xz
* coreutils.texi (wc invocation): Remove ./ prefix from example.
From Padraig Brady.
Diffstat (limited to 'doc/coreutils.texi')
-rw-r--r--doc/coreutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 90136840a..d8cc5b6a2 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 --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.