dd(1): update manpage to match program

Document the dd changes
This commit is contained in:
Ori Bernstein 2021-01-19 15:18:57 -08:00
parent cb7ba0e640
commit 161560d8e8

View file

@ -142,12 +142,14 @@ bytes.
.fi .fi
Where sizes are specified, Where sizes are specified,
a number of bytes is expected. a number of bytes is expected.
A number may end with A number may end with a sequence
of
.LR m ,
.L k .L k
or or
.LR b .LR b
to specify multiplication by to specify multiplications by
1024 or 512 respectively; 1048576, 1024, or 512 respectively;
a pair of numbers may be separated by a pair of numbers may be separated by
.L x .L x
to indicate a product. to indicate a product.