From: Jim Meyering Date: Sun, 13 Jul 1997 22:49:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-1_16d~69 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=a33a897f29c478accd2e19f8e5db2e7a2dfc7a2c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/NEWS b/old/textutils/NEWS index aba1803060..019794f19d 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -4,8 +4,11 @@ Changes in release 1.23 now it gets a diagnostic about 4096m being too large. * pr: For compatibility (also more POSIX compliant): Include default separator `TAB' when merging lines of full length. -* tail -N file1 file2 works like head -N file1 file2, except when - POSIXLY_CORRECT is set, in which case it gets an error. +* When POSIXLY_CORRECT is not set, tail -N now accepts more than one file + argument (but warns that it's not portable), to be consistent with the + way head -N works, When POSIXLY_CORRECT is set using two or more file + arguments with the obsolescent form (-N) evokes an error. To avoid the + warning or failure, use the POSIX -n N option or the GNU --lines=N option. Changes in release 1.22 [1.21a]