Clarify units
On the internet the usage of b and B for bits or bytes is inconsistent. Lowercase b seems to be used for either, and upperace B is more often used to mean bytes but usege for bits also exists. I am not aware of any standard that would mandate one or other use. Consequently, spelling out the whole word in the output or adding explanation in documentation is the only way to make sure the output is interpreted correctly. To save space on small screens only alter documentation and the bytes label without prefixes/suffixes. While at it change uppercase K to lowercase k to correctly spell the kilo- prefix. Fixes: #261 Signed-off-by: Michal Suchanek <msuchanek@suse.de>
This commit is contained in:
@@ -41,7 +41,9 @@ bughunt mode - implies tracemode.
|
||||
delay for update refresh rate in seconds. default is 1.
|
||||
.TP
|
||||
\fB-v\fP
|
||||
view mode (0 = KB/s, 1 = total KB, 2 = total B, 3 = total MB, 4 = MB/s, 5 = GB/s). default is 0.
|
||||
view mode (0 = kB/s, 1 = total kB, 2 = total bytes, 3 = total MB, 4 = MB/s, 5 = GB/s). default is 0.
|
||||
|
||||
kB: 2e10 bytes, MB: 2e20 bytes, GB: 2e30 bytes
|
||||
.TP
|
||||
\fB-c\fP
|
||||
number of updates. default is 0 (unlimited).
|
||||
|
||||
Reference in New Issue
Block a user