]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Document "touch" POSIX-conformance fix.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 7 Sep 2004 06:22:13 +0000 (06:22 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 7 Sep 2004 06:22:13 +0000 (06:22 +0000)
NEWS

diff --git a/NEWS b/NEWS
index bb8a50d9c4d628981eb03307ca130915c7e96fe8..81937b8d4886cceb11547e2d3df3117dddfa2460 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -103,6 +103,9 @@ GNU coreutils NEWS                                    -*- outline -*-
     like %#d, instead of relying on undefined behavior in the underlying
     printf function.
 
+  "touch -- MMDDhhmm[yy] file" is now equivalent to
+  "touch MMDDhhmm[yy] file" even when conforming to pre-2001 POSIX.
+
   who now prints user names in full instead of truncating them after 8 bytes.
 
 ** New features