summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 02c7a76e7..2b516a84a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* Version 5.1.1.
+ * src/tail.c (main): Warn about following stdin only when it's a tty.
+
* configure.ac: Use gl_DEFAULT_POSIX2_VERSION.
2004-01-10 Jim Meyering <jim@meyering.net>
@@ -57,7 +59,7 @@
* src/du.c (usage): Mention that, with its current meaning,
-H is deprecated.
- * src/tail.c (main): Warn about following stdin.
+ * src/tail.c (main): Warn about following stdin when it's a tty.
Fail when following by name but no names are specified.
2003-12-30 Jim Meyering <jim@meyering.net>