From 161560d8e89314d3f47495bb60e354a3a949041e Mon Sep 17 00:00:00 2001 From: Ori Bernstein Date: Tue, 19 Jan 2021 15:18:57 -0800 Subject: [PATCH] dd(1): update manpage to match program Document the dd changes --- sys/man/1/dd | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sys/man/1/dd b/sys/man/1/dd index afd296b1f..e6e31f5ef 100644 --- a/sys/man/1/dd +++ b/sys/man/1/dd @@ -142,12 +142,14 @@ bytes. .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.