diff options
author | Jim Meyering <jim@meyering.net> | 2003-11-09 07:21:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-11-09 07:21:47 +0000 |
commit | 19376dd25758c8f2f574c7c8522633fd83983232 (patch) | |
tree | 4bbbe99b3d86d079b84b66426931290d73ad70a2 | |
parent | dcbd92dce79d1cbbf08c28944898e7e363e2e408 (diff) | |
download | coreutils-19376dd25758c8f2f574c7c8522633fd83983232.tar.xz |
(dd invocation): Fix typo in example.
-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 |