diff options
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 84ca19108..d3160c099 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 |