diff options
author | Jim Meyering <jim@meyering.net> | 1997-10-08 14:24:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-10-08 14:24:32 +0000 |
commit | b9b4d6b1695946f2200a0891a75b31039f05d25a (patch) | |
tree | aa5601e945673574b8ddff20fabefe70f733e587 /old/textutils/NEWS | |
parent | 3d6090e6f73ca388e78831dd2cb6971d0ed9f8f7 (diff) | |
download | coreutils-b9b4d6b1695946f2200a0891a75b31039f05d25a.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils/NEWS')
-rw-r--r-- | old/textutils/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS index fa3976fae..db8d712c4 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -20,10 +20,10 @@ Changes in release 1.23 * pr: For compatibility (also more POSIX compliant): Include default separator `TAB' when merging lines of full length. * 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. If 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. + argument, to be consistent with the way head -N works. If 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] |