summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-11-09 07:21:47 +0000
committerJim Meyering <jim@meyering.net>2003-11-09 07:21:47 +0000
commit19376dd25758c8f2f574c7c8522633fd83983232 (patch)
tree4bbbe99b3d86d079b84b66426931290d73ad70a2 /doc/coreutils.texi
parentdcbd92dce79d1cbbf08c28944898e7e363e2e408 (diff)
downloadcoreutils-19376dd25758c8f2f574c7c8522633fd83983232.tar.xz
(dd invocation): Fix typo in example.
Diffstat (limited to 'doc/coreutils.texi')
-rw-r--r--doc/coreutils.texi2
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