summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-07-05 22:52:33 +0000
committerJim Meyering <jim@meyering.net>1997-07-05 22:52:33 +0000
commita1cf1abf4daca03983899fa7aca0321bf9d7e062 (patch)
treec1b693c87a16131fa623320accc95946cac0b57c /old/textutils
parent1fca2b262a89723642c4efd63a918013f0bd5d6a (diff)
downloadcoreutils-a1cf1abf4daca03983899fa7aca0321bf9d7e062.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index 5c1c45632..25761a3df 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -1,6 +1,8 @@
Changes in release 1.23
* 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.
Changes in release 1.22
[1.21a]