]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Fix example in comment.
authorJim Meyering <jim@meyering.net>
Sat, 11 Feb 1995 13:21:46 +0000 (13:21 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 11 Feb 1995 13:21:46 +0000 (13:21 +0000)
src/wc.c

index 4d307cd18ec45dc4eaf59d30cf666df9d09c3295..1f362fd0958f26e657d93f4550ffe6f4cde720fc 100644 (file)
--- a/src/wc.c
+++ b/src/wc.c
@@ -211,7 +211,8 @@ wc (fd, file)
 
      NOTE: using fstat and stats.st_size (and omitting the lseek calls)
      overcounts when the file is not positioned at the beginning.
-     For example the command `(dd skip=9999; wc -c) < /etc/group'
+     For example the command
+     `(dd ibs=99k skip=1 count=0; ./wc -c) < /etc/group'
      should make wc report `0' bytes.  */
 
   if (print_chars && !print_words && !print_lines)