From: Jim Meyering Date: Sun, 9 Nov 2003 07:21:47 +0000 (+0000) Subject: (dd invocation): Fix typo in example. X-Git-Tag: v5.1.0~202 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19376dd25758c8f2f574c7c8522633fd83983232;p=thirdparty%2Fcoreutils.git (dd invocation): Fix typo in example. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 84ca191089..d3160c099c 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -6254,7 +6254,7 @@ intermediate record counts, and when @command{dd} completes, it outputs the final pair. @example -$ dd if=/dev/zero of=/dev/null count 10M & pid=$! +$ dd if=/dev/zero of=/dev/null count=10M & pid=$! $ kill -USR1 $pid; sleep 99 5403604+0 records in 5403604+0 records out