]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Document dd's new 'directory' and 'nolinks' flags.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Mar 2006 18:57:21 +0000 (18:57 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Mar 2006 18:57:21 +0000 (18:57 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 8f22880154029dbc78c55ec2caa1872977dbc889..143c9575416109487baa8d338b00c7dc2e16b9bb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -71,9 +71,18 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 ** New features
 
-  dd's new iflag=noatime option causes it to read a file without
-  updating its access time, on hosts that support this (currently only
-  Linux kernels, version 2.6.8 and later).
+  New dd iflag= and oflag= flags:
+
+    'directory' causes dd to fail unless the file is a directory, on
+    hosts that support this (e.g., Linux kernels, version 2.1.126 and
+    later).  This has limited utility but is present for completeness.
+
+    'noatime' causes dd to read a file without updating its access
+    time, on hosts that support this (e.g., Linux kernels, version
+    2.6.8 and later).
+
+    'nolinks' causes dd to fail if the file has multiple hard links,
+    on hosts that support this (e.g., Solaris 10 and later).
 
   rm now accepts the -I (--interactive=once) option.  This new option
   prompts once if rm is invoked recursively or if more than three