clarify in man page: we count by powers of two

Make clear in the man page, in both the bandwidth section and the
accountingmax section, that Tor counts in powers of two, not
powers of ten: 1 GByte is 1024*1024*1024 bytes, not one billion
bytes.

Resolves ticket 32106.
This commit is contained in:
Roger Dingledine
2019-10-16 06:13:14 -04:00
committed by teor
parent 2ed194c9a9
commit 4233fb7014
2 changed files with 18 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor features (documentation):
- Make clear in the man page, in both the bandwidth section and the
accountingmax section, that Tor counts in powers of two, not
powers of ten: 1 GByte is 1024*1024*1024 bytes, not one billion
bytes. Resolves ticket 32106.