.
authorJim Meyering <jim@meyering.net>
Sun, 26 Feb 1995 19:05:34 +0000 (19:05 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 26 Feb 1995 19:05:34 +0000 (19:05 +0000)
old/textutils/ChangeLog

index 39023818cb3126830e05e7338df2fbff51d0513b..04a9973b61b9d34e86e27464b6d1b8213a908c84 100644 (file)
@@ -9,8 +9,8 @@ Sat Feb 11 07:31:08 1995  Jim Meyering  (meyering@comco.com)
        * wc.c (wc): Don't overcount the number of bytes when reading
        from a regular file on stdin with file pointer not at BOF.
        From Karl Heuer <karl@gnu.ai.mit.edu>.  Before, the command
-       `(dd ibs=99k skip=1; wc -c) < /etc/group' made wc output the
-       size of the file.  Now it outputs `0'.
+       `(dd ibs=99k skip=1; wc -c) < /etc/group' made wc wrongly output
+       the size of the file.  Now it outputs `0'.
 
 
 Sat Jan 28 07:07:23 1995  Jim Meyering  (meyering@comco.com)