summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-12 03:54:57 +0000
committerJim Meyering <jim@meyering.net>1999-04-12 03:54:57 +0000
commitd577eef9e48157007600bc9768f96cb52de6be5c (patch)
tree55a281c1c850a63a7ccd9f87b965536c1d69cbd1
parenta36f86a13e4683d0f203efcdee7a5c55a7f6a46a (diff)
downloadcoreutils-d577eef9e48157007600bc9768f96cb52de6be5c.tar.xz
*** empty log message ***
-rw-r--r--old/textutils/NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index 936474964..c892a1f80 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -1,11 +1,12 @@
Changes in release 1.23
[1.22i]
+* tail now terminates in `yes > k & sleep 1; tail -2c k'
* `tail -f' now ensures that stdout is unbuffered
* fix a bug in cut to allow use of 8-bit delimiters
* pr accepts POSIX compliant options -s and -w,
- the new capital letter options -J, -S and _W turn off the
- unexpected interferences of the small letter options -s and -w
- if used together with the column options.
+ the new capital letter options -J, -S and _W turn off the
+ unexpected interferences of the small letter options -s and -w
+ if used together with the column options.
* pr output has been adapted to other UNIXes in some cases.
[1.22h]
* portability tweaks