diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-22 13:02:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-22 13:02:40 +0000 |
commit | 6ba06cf6114093026c9d8acea987a6155db56c71 (patch) | |
tree | f8423422e6909ba733390308cf69844049a38034 | |
parent | 957f363d1dd412dc49068c8052d216a418deaa4e (diff) | |
download | coreutils-6ba06cf6114093026c9d8acea987a6155db56c71.tar.xz |
*** empty log message ***
-rw-r--r-- | old/textutils/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS index fe8bdfefc..5338f06b4 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,7 +1,7 @@ Changes in release 2.1 [2.0.8] * new program: shasum -* wc accepts new -m option (count characters, not necessarily bytes) +* wc accepts new -m option: count (potentially multi-byte) characters * wc's `--chars' option is now equivalent to -m, not --bytes as it used to be * `cat -n' works properly when processing 2^31 or more lines [2.0g] |