1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-10 06:03:31 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1997-07-13 22:50:19 +00:00
parent a33a897f29
commit e30da6776c

View File

@@ -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.