]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(dd invocation): New flags directory, nolinks.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Mar 2006 07:21:40 +0000 (07:21 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Mar 2006 07:21:40 +0000 (07:21 +0000)
Alphabetize nofollow.

doc/ChangeLog
doc/coreutils.texi

index 77346501ce2fa16da988fbde79c08d3b0a6a1933..c7ec7300a2a88d08033905d04b8a427e8aea9079 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 7aca5a081c3876aa0b85fca99fa0e8b43767f87d..8a9317d5f40b144ec8524e6a0813b641f9bbe872 100644 (file)
@@ -7003,7 +7003,8 @@ argument(s).  (No spaces around any comma(s).)
 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
 
@@ -7019,6 +7020,13 @@ contents of the file.  This flag makes sense only for output.
 @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
@@ -7043,11 +7051,6 @@ Use non-blocking I/O.
 @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
@@ -7056,6 +7059,16 @@ This has no effect when the file is not a 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