summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-13 18:27:17 +0000
committerJim Meyering <jim@meyering.net>1996-10-13 18:27:17 +0000
commit242f2fa2e1ebe4b3bdb65058035821734ccffbd3 (patch)
tree2aa3ff44b6156205a6e761e6e7081a376be30120 /old/textutils
parent3d91b693852c32d02cea867f107706d2053e5dc4 (diff)
downloadcoreutils-242f2fa2e1ebe4b3bdb65058035821734ccffbd3.tar.xz
.
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index f29979bca..bf8423c50 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -1,4 +1,6 @@
Changes in release 1.20
+* split and tail diagnose unrecognized multiplier suffixes, in e.g.,
+ `split --bytes=1M' (should be `-b 1m' or `--bytes=1m')
* fix bug in md5sum's handling of partial reads
* fix bug in treatment by sort -f of bytes with high-bit set
* update configuration system to use automake's aclocal program