From 19376dd25758c8f2f574c7c8522633fd83983232 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 9 Nov 2003 07:21:47 +0000 Subject: [PATCH] (dd invocation): Fix typo in example. --- doc/coreutils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2