From: Paul Eggert Date: Tue, 16 Nov 2004 07:48:36 +0000 (+0000) Subject: (dd invocation): Reword the new dd message. X-Git-Tag: v5.3.0~401 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae5c7e83c6673194b6675bcbdd6daedd3ec47966;p=thirdparty%2Fcoreutils.git (dd invocation): Reword the new dd message. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index cf8e9369c3..d4f2114560 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -6872,12 +6872,12 @@ and when @command{dd} completes, it outputs the final statistics. @example $ dd if=/dev/zero of=/dev/null count=10MB & pid=$! $ kill -s USR1 $pid; wait $pid -4111640+0 records in -4111639+0 records out -2.1GB copied in 7.95411s (265MB/s) +3385223+0 records in +3385223+0 records out +1733234176 bytes (1.7 GB) copied, 6.42173 seconds, 270 MB/s 10000000+0 records in 10000000+0 records out -5.1GB copied in 19.3794s (264MB/s) +5120000000 bytes (5.1 GB) copied, 18.913 seconds, 271 MB/s @end example @exitstatus