code: plan9front

Download patch

ref: 161560d8e89314d3f47495bb60e354a3a949041e
parent: cb7ba0e640f7226fedaecb6d1289bebabe033a3b
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.