]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
`tac /proc/modules' would print nothing
authorJim Meyering <jim@meyering.net>
Fri, 29 Oct 2004 22:10:36 +0000 (22:10 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 29 Oct 2004 22:10:36 +0000 (22:10 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 1f62e60f8f2d1d4a2118695737e7b919b9fd9e30..1e8509e03135938015248dfe84896426f96745cd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -109,6 +109,9 @@ GNU coreutils NEWS                                    -*- outline -*-
   "sort -o -" now writes to a file named "-" instead of to standard
   output; POSIX requires this.
 
+  tac can now handle regular, nonseekable files like Linux's
+  /proc/modules.  Before, it would produce no output for such a file.
+
   "tail -f" no longer mishandles pipes and fifos.  With no operands,
   tail now ignores -f if standard input is a pipe, as POSIX requires.
   When conforming to POSIX 1003.2-1992, tail now supports the SUSv2 b