From: Jim Meyering Date: Sun, 23 Sep 2001 08:08:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_15~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0439c570ab0138746d5d951a8fde836ff7e03953;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 617ac8523c..3750a5cae1 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)}