diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-09-08 17:19:51 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-09-08 17:19:51 +0000 |
commit | 5c81574ed52d294a58617c9bb8b86fb0caa1f71e (patch) | |
tree | 8faccf4d3991af4d9ec5a8f90f9a440e0d4261b5 /ChangeLog | |
parent | d7619b5fe899074ef196154b2eec54d51290d450 (diff) | |
download | coreutils-5c81574ed52d294a58617c9bb8b86fb0caa1f71e.tar.xz |
tail now ignores the -f option if POSIXLY_CORRECT is set,
no file operand is given, and standard input is any FIFO.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-09-08 Paul Eggert <eggert@cs.ucla.edu> + + * NEWS: tail now ignores the -f option if POSIXLY_CORRECT is set, + no file operand is given, and standard input is any FIFO. + This is in response to Open Group XCU ERN 114. + * src/tail.c (main): Likewise. + 2006-09-08 Jim Meyering <jim@meyering.net> mv and "cp -r" no longer fail when invoked with two arguments |