View | Details | Raw Unified | Return to bug 16750
Collapse All | Expand All

(-)src/bin/dd.1 Wed Feb 16 14:53:52 2000 (-1 / +2 lines)
Lines 282-288 Link Here
282
.El
282
.El
283
.El
283
.El
284
.Pp
284
.Pp
285
Where sizes are specified, a decimal number of bytes is expected.
285
Where sizes are specified, a decimal, octal, or hexadecimal number of
286
bytes is expected.
286
If the number ends with a ``b'', ``k'', ``m'', ``g'',  or ``w'', the
287
If the number ends with a ``b'', ``k'', ``m'', ``g'',  or ``w'', the
287
number is multiplied by 512, 1024 (1K), 1048576 (1M), 1073741824 (1G)
288
number is multiplied by 512, 1024 (1K), 1048576 (1M), 1073741824 (1G)
288
or the number of bytes in an integer, respectively.
289
or the number of bytes in an integer, respectively.

Return to bug 16750