From: Jim Meyering Date: Sun, 22 Oct 2000 13:02:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_8~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ba06cf6114093026c9d8acea987a6155db56c71;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/NEWS b/old/textutils/NEWS index fe8bdfefc2..5338f06b43 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]