From: Andrew Church Date: Sun, 22 Feb 2009 09:25:01 +0000 (+0100) Subject: doc: describe dd's status=noxref option X-Git-Tag: v7.2~86 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de13679b327ee8f07f7cb9f37c043969abc29b1d;p=thirdparty%2Fcoreutils.git doc: describe dd's status=noxref option * doc/coreutils.texi (dd invocation): Describe status=noxref. --- diff --git a/THANKS b/THANKS index c78e85d133..a6f1a6ab3b 100644 --- a/THANKS +++ b/THANKS @@ -40,6 +40,7 @@ Andreas Stolcke stolcke@ICSI.Berkeley.EDU Andrei Gaponenko andr@triumf.ca Andres Soolo andres@soolo.matti.ee Andrew Burgess aab@cichlid.com +Andrew Church achurch@achurch.org Andrew Dalke dalke@bioreason.com Andrew Fabbro andrew@fabbro.org Andrew Pham andpha@us.ibm.com diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 8d496ad375..2c1fae5c2b 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -7649,6 +7649,11 @@ Skip @var{blocks} @samp{obs}-byte blocks in the output file before copying. Copy @var{blocks} @samp{ibs}-byte blocks from the input file, instead of everything until the end of the file. +@item status=noxfer +@opindex status +Do not print the overall transfer rate and volume statistics +that normally make up the third status line when @command{dd} exits. + @item conv=@var{conversion}[,@var{conversion}]@dots{} @opindex conv Convert the file as specified by the @var{conversion} argument(s).