ref: 2f7fdd350296c9e6c7925037fc53f925975eb022
parent: 4689efc783e0c4e1aab4f2a81723d394af9dfba5
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Jan 19 10:18:57 EST 2021
dd(1): update manpage to match program Document the dd changes
--- a/sys/man/1/dd
+++ b/sys/man/1/dd
@@ -142,12 +142,14 @@
.fi
Where sizes are specified,
a number of bytes is expected.
-A number may end with
+A number may end with a sequence
+of
+.LR m ,
.L k
or
.LR b
-to specify multiplication by
-1024 or 512 respectively;
+to specify multiplications by
+1048576, 1024, or 512 respectively;
a pair of numbers may be separated by
.L x
to indicate a product.
--
⑨