summaryrefslogtreecommitdiff
path: root/old/textutils/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-10-30 13:56:10 +0000
committerJim Meyering <jim@meyering.net>1994-10-30 13:56:10 +0000
commitc2f3b72b9365e5c38cbec1b5f7c729bbf27e37d0 (patch)
tree340faeb80f1a698224291e5bd60d3601f97783f1 /old/textutils/NEWS
parent2654c2012b97aa5de9d902bbc9105e02c6c95044 (diff)
downloadcoreutils-c2f3b72b9365e5c38cbec1b5f7c729bbf27e37d0.tar.xz
merge with 1.9.1i1
Diffstat (limited to 'old/textutils/NEWS')
-rw-r--r--old/textutils/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index 4e211fadb..adc8a9674 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -1,14 +1,14 @@
User-visible changes in release 1.10
* new program: fmt
* tail -f on multiple files reports file truncation
-* tail -q corrected so it never prints headers
+* tail -q has been fixed so it never prints headers
* wc -c is much faster when operating on non-regular files
* unexpand gives a diagnostic (rather than a segfault) when given a name of
a nonexistent file.
* cat, csplit, head, split, sum, tac, tail, tr, and wc no longer fail
gratuitously when continued after a suspended read or write system call.
-* cut interprets -d '' to mean `use the NUL byte as the delimiter.' rather
- than reporting that no delimiter was specified.
+* cut interprets -d '' to mean `use the NUL byte as the delimiter' rather
+ than reporting that no delimiter was specified and failing.
* `echo a:b:c: | cut -d: -f3,4' prints `c:'. Before it printed just `c'.
* cut has been rewritten, is markedly faster for large inputs, and passes a
fairly large test suite.