diff options
author | Jim Meyering <jim@meyering.net> | 2006-02-07 08:40:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-02-07 08:40:58 +0000 |
commit | 6f4ae95f061bca4c8dd29d9a460141b1a0c98154 (patch) | |
tree | 7f39648095c9e98be6ba3b6c5007792cc54fa9fe /ChangeLog | |
parent | 82959f79fe9c95bac4971903c2edac13a3f361fe (diff) | |
download | coreutils-6f4ae95f061bca4c8dd29d9a460141b1a0c98154.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -70,8 +70,8 @@ * src/tail.c (tail_forever): Don't exit-nonzero when an attempt to put a regular file in O_NONBLOCK mode fails with EPERM. - That happens on Linux when using tail -f on a file with the - append-only attribute. Reported by Dean Gaudet. For details, + That happens on Linux (up to 2.6.15) when using tail -f on a file with + the append-only attribute. Reported by Dean Gaudet. For details, see http://savannah.gnu.org/bugs/?func=detailitem&item_id=15473. * NEWS: Mention this fix. * tests/tail-2/append-only: New file. Test for the above. |