From ae5c7e83c6673194b6675bcbdd6daedd3ec47966 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 16 Nov 2004 07:48:36 +0000 Subject: (dd invocation): Reword the new dd message. --- doc/coreutils.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/coreutils.texi b/doc/coreutils.texi index cf8e9369c..d4f211456 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 -- cgit v1.2.3-54-g00ecf