]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
dd has new iflag= and oflag= flags "binary" and "text".
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 May 2005 17:56:49 +0000 (17:56 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 May 2005 17:56:49 +0000 (17:56 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 019563f2aabc58bd2d66ca1158bf1f8d93ef247b..25e30fb6843fcb7e19054edf6c426de750197c28 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -127,6 +127,9 @@ GNU coreutils NEWS                                    -*- outline -*-
   chmod -w now complains if its behavior differs from what chmod a-w
   would do, and similarly for chmod -r, chmod -x, etc.
 
+  dd has new iflag= and oflag= flags "binary" and "text", which have an
+  effect only on nonstandard platforms that distinguish text from binary I/O.
+
   join now supports a NUL field separator, e.g., "join -t '\0'".
   join now detects and reports incompatible options, e.g., "join -t x -t y",