summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-02-26 19:05:34 +0000
committerJim Meyering <jim@meyering.net>1995-02-26 19:05:34 +0000
commit0988b76df5070300bbea759077aeee9d003062fe (patch)
tree15eaefb3710f195250a4eb076cc7be0faa339988 /old/textutils
parent8467987e4b5da93e8855edad9783f06cf30d4dca (diff)
downloadcoreutils-0988b76df5070300bbea759077aeee9d003062fe.tar.xz
.
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 39023818c..04a9973b6 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -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)