diff options
author | Jim Meyering <jim@meyering.net> | 1996-04-12 04:27:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-04-12 04:27:03 +0000 |
commit | a7b3ea4189aa5bc8a65685df4e5697f7e97e4156 (patch) | |
tree | 82688f0c657d806b91e25c19c847b2b47cc3321d /old/textutils | |
parent | 7057c83fd4eac18f1baa862837669ca7e3e770bd (diff) | |
download | coreutils-a7b3ea4189aa5bc8a65685df4e5697f7e97e4156.tar.xz |
.
Diffstat (limited to 'old/textutils')
-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 83ab72589..c8fe02c9d 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,6 +1,6 @@ User-visible 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 invokations of csplit +* diagnose some improper or questionable invocations of csplit * properly handle `echo |csplit - 1 1', rather than aborting * join without -t now ignores leading blanks * sort accepts new option: -z for NUL terminated records |