diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-23 08:08:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-23 08:08:40 +0000 |
commit | 0439c570ab0138746d5d951a8fde836ff7e03953 (patch) | |
tree | 7d2a0e69b64c109570db5aa5d88cdbbce6f08547 /old/textutils/NEWS | |
parent | 78d4dc2ea3631a690d9ae6402966cfb79535376b (diff) | |
download | coreutils-0439c570ab0138746d5d951a8fde836ff7e03953.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils/NEWS')
-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 617ac8523..3750a5cae 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -2,7 +2,7 @@ Changes in release 2.1 [2.0.15] * `head -c N' and `od -N N' now read no more than N bytes of input * tail accepts new option: -F, equivalent to `--follow=name --retry', - for compatibility with FreeBSD and NetBSD versions of tail. + for compatibility with the FreeBSD and NetBSD versions of tail. * fmt no longer segfaults when using a maximum line width larger than 32767 * uniq's --all-repeated option has new modes to delimit groups of duplicate lines: --all-repeated={precede,separate,none(default)} |