]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
"pr -D FORMAT" now accepts the same formats that "date +FORMAT" does.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Mar 2005 06:20:01 +0000 (06:20 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Mar 2005 06:20:01 +0000 (06:20 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 49ad41eaba734e3cd9e83826233d5b3d8c1510d8..862aeabee7814913c2aca50c19a8ecbb0fe71a16 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,8 @@ GNU coreutils NEWS                                    -*- outline -*-
   ls now refuses to generate time stamps containing more than 1000 bytes, to
   foil potential denial-of-service attacks on hosts with very large stacks.
 
+  "pr -D FORMAT" now accepts the same formats that "date +FORMAT" does.
+
   test now detects integer overflow when evaluating large integers,
   rather than silently wrapping around.