+2006-03-05 Paul Eggert <eggert@cs.ucla.edu>
+
+ * coreutils.texi (dd invocation): New flags directory, nolinks.
+ Alphabetize nofollow.
+
2006-02-17 Simon Josefsson <jas@extundo.com>
* coreutils.texi: Add base64 section.
Access the output file using the flags specified by the @var{flag}
argument(s). (No spaces around any comma(s).)
-Flags:
+Here are the flags. Not every flag is supported on every operating
+system.
@table @samp
@cindex direct I/O
Use direct I/O for data, avoiding the buffer cache.
+@item directory
+@opindex directory
+@cindex directory I/O
+
+Fail unless the file is a directory. Most operating systems do not
+allow I/O to a directory, so this flag has limited utility.
+
@item dsync
@opindex dsync
@cindex synchronized data reads
@cindex access time
Do not update the file's access time.
-@item nofollow
-@opindex nofollow
-@cindex symbolic links, following
-Do not follow symbolic links.
-
@item noctty
@opindex noctty
@cindex controlling terminal
On many hosts (e.g., @acronym{GNU}/Linux hosts), this option has no effect
at all.
+@item nofollow
+@opindex nofollow
+@cindex symbolic links, following
+Do not follow symbolic links.
+
+@item nolinks
+@opindex nolinks
+@cindex hard links
+Fail if the file has multiple hard links.
+
@item binary
@opindex binary
@cindex binary I/O