summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-11-16 07:48:36 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-11-16 07:48:36 +0000
commitae5c7e83c6673194b6675bcbdd6daedd3ec47966 (patch)
tree8c23a6f1077fe0752161ddc9cf0d233c30f4be3f
parent0c3a6880f4d0a93611276553ff694752fdaf91a5 (diff)
downloadcoreutils-ae5c7e83c6673194b6675bcbdd6daedd3ec47966.tar.xz
(dd invocation): Reword the new dd message.
-rw-r--r--doc/coreutils.texi8
1 files 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