Remove noctty flag from dd.
authorJim Meyering <jim@meyering.net>
Thu, 8 Apr 2004 21:36:45 +0000 (21:36 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 8 Apr 2004 21:36:45 +0000 (21:36 +0000)
doc/coreutils.texi

index 3b8cbe3108929f38ffea15cdf38cbe5a93c26aca..5ed8f749e4a842d8ac2bfc07da8a8e595fb1d821 100644 (file)
@@ -6666,18 +6666,12 @@ Use non-blocking I/O.
 @cindex symbolic links, following
 Do not follow symbolic links.
 
-@item noctty
-@opindex noctty
-@cindex controlling terminal
-Do not assign the file to be a controlling terminal for @command{dd}.
-This has no effect when the file is not a terminal.
-
 @end table
 
 These flags are not supported on all systems, and @samp{dd} rejects
 attempts to use them when they are not supported.  When reading from
-standard input or writing to standard output, the @samp{nofollow} and
-@samp{noctty} flags should not be specified, and the other flags
+standard input or writing to standard output, the @samp{nofollow} flag
+should not be specified, and the other flags
 (e.g., @samp{nonblock}) can affect how other processes behave with the
 affected file descriptors, even after @command{dd} exits.