Fix up sensitive vs insensitive in the docs and some formatting - fixes #214

This commit is contained in:
Nick Craig-Wood
2015-11-14 11:20:04 +00:00
parent 46696865fd
commit 0b338eaa28
5 changed files with 17 additions and 17 deletions

View File

@@ -151,7 +151,7 @@ time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
Options which use SIZE use kByte by default. However a suffix of `k`
for kBytes, `M` for MBytes and `G` for GBytes may be used. These are
the binary units, eg 2**10, 2**20, 2**30 respectively.
the binary units, eg 2\*\*10, 2\*\*20, 2\*\*30 respectively.
### --bwlimit=SIZE ###