| 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 |
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. |