diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-12 07:37:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-12 07:37:50 +0000 |
commit | 73a5c3b8470450ad608fda9c95401ff27a282d20 (patch) | |
tree | c830cda457e62e1a686fb609d90c7c1f7ead7ba5 /old/textutils/NEWS | |
parent | 37991cf4a9b8cc0843b0333c5d697bc51841bdde (diff) | |
download | coreutils-73a5c3b8470450ad608fda9c95401ff27a282d20.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils/NEWS')
-rw-r--r-- | old/textutils/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 2a4705857..3c7c0f386 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,7 +1,10 @@ Changes in release 2.1 [2.0.15] +* tail accepts new option: -F, equivalent to `--follow=name --retry', + for compatibility with FreeBSD and NetBSD versions of tail. +* fmt: `echo x|fmt -w 100000' no longer causes fmt to segfault. * uniq's --all-repeated option has new modes to delimit groups - of duplicate lines: --all-repeated={precede,separate,none(default)} + of duplicate lines: --all-repeated={precede,separate,none(default)} [2.0.14] * sort now accepts long options like "--reverse" and "--". * sort now checks option syntax as POSIX requires, except that (as usual |