diff options
author | Ori Bernstein <ori@eigenstate.org> | 2021-01-19 15:18:57 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2021-01-19 15:18:57 -0800 |
commit | 161560d8e89314d3f47495bb60e354a3a949041e (patch) | |
tree | e022aeeef2ffc6234e77a7223cae66c54df81ed2 | |
parent | cb7ba0e640f7226fedaecb6d1289bebabe033a3b (diff) | |
download | plan9front-161560d8e89314d3f47495bb60e354a3a949041e.tar.xz |
dd(1): update manpage to match program
Document the dd changes
-rw-r--r-- | sys/man/1/dd | 8 |
1 files 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. |