summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-05-02 02:35:53 +0000
committerJim Meyering <jim@meyering.net>1996-05-02 02:35:53 +0000
commit9cda4e6527bca8d72b76de085635c9c16c16078b (patch)
treefb8be6edef5885a977b231f11781e82e2034283c
parentcf1bd0e4019a0af3731c8d1bf1201ba1e6111836 (diff)
downloadcoreutils-9cda4e6527bca8d72b76de085635c9c16c16078b.tar.xz
.
-rw-r--r--old/textutils/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index 8c422173b..eccd836b7 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -4,7 +4,7 @@ Changes in release 1.15
* fix a couple bugs in tr involving use of -c and/or -d flags -- see ChangeLog
* diagnose some improper or questionable invocations of csplit
* properly handle `echo |csplit - 1 1', rather than aborting
-* join without -t now ignores leading blanks
+* fix join: without -t it now ignores leading blanks
* sort accepts new option: -z for NUL terminated records
* join accepts new option: --ignore-case, -i
* uniq accepts new option: --ignore-case, -i