diff options
author | Jim Meyering <jim@meyering.net> | 1997-07-13 22:50:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-07-13 22:50:19 +0000 |
commit | e30da6776c7367f9fa135d7b8db56842e4cd0975 (patch) | |
tree | e194a68d0778c33638b18ed9f8a1551e6f682e0f /old | |
parent | a33a897f29c478accd2e19f8e5db2e7a2dfc7a2c (diff) | |
download | coreutils-e30da6776c7367f9fa135d7b8db56842e4cd0975.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-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 019794f19..40980cdd3 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -6,7 +6,7 @@ Changes in release 1.23 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, When POSIXLY_CORRECT is set using two or more file + 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. |