*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 2 Aug 2003 20:07:57 +0000 (20:07 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Aug 2003 20:07:57 +0000 (20:07 +0000)
ChangeLog

index 10f7ce7..b1c3406 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,8 @@
 
        * Version 5.0.91.
 
-       * src/cut.c (cut_fields): Don't read again after encountering EOF.
-       E.g., `cut -f2' would do so.
+       * src/cut.c (cut_fields): Don't read again after encountering an
+       initial EOF.  E.g., `cut -f2' would do so.
        * tests/misc/tty-eof: Add a test for the above fix.
 
        * src/sort.c (sortlines): Add description and references.