]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(dd invocation): Fix typo in example.
authorJim Meyering <jim@meyering.net>
Sun, 9 Nov 2003 07:21:47 +0000 (07:21 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 9 Nov 2003 07:21:47 +0000 (07:21 +0000)
doc/coreutils.texi

index 84ca1910899f53a1d93610707713825edaf98d60..d3160c099cd157d8f62641d84d07d84978ca0efa 100644 (file)
@@ -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