From: Paul Eggert Date: Fri, 6 May 2005 17:57:35 +0000 (+0000) Subject: (dd invocation): New flags "binary" and "text". X-Git-Tag: CPPI-1_12~863 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db028141f5657b56fd9c59910c83e107c4c034ac;p=thirdparty%2Fcoreutils.git (dd invocation): New flags "binary" and "text". --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index e24c11a77a..413b666181 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -6881,6 +6881,18 @@ 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 binary +@opindex binary +@cindex binary I/O +Use binary I/O. This option has an effect only on nonstandard +platforms that distinguish binary from text I/O. + +@item text +@opindex text +@cindex text I/O +Use text I/O. Like @samp{binary}, this option has no effect on +standard platforms. + @end table These flags are not supported on all systems, and @samp{dd} rejects