diff options
author | Roger Dingledine <arma@torproject.org> | 2004-11-23 07:37:25 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-11-23 07:37:25 +0000 |
commit | 7ed738b34c16604c6d96aed725c9de1eb1ccceea (patch) | |
tree | d80399d81e8f6c1332c838f99794fc023bed1bff /doc | |
parent | 4db70abd42acbe4db535e87ac6396d0211df3ac4 (diff) | |
download | tor-7ed738b34c16604c6d96aed725c9de1eb1ccceea.tar.gz tor-7ed738b34c16604c6d96aed725c9de1eb1ccceea.zip |
fix some typos; move to 0.0.9rc1
svn:r2951
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 66224e6b56..fdc1223bb4 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -43,7 +43,7 @@ are sent to all the logs that match their severity level. .TP \fBBandwidthRate \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP A token bucket limits the average incoming bandwidth on this node to -the specified number of bytes second. (Default: 780 KB) +the specified number of bytes per second. (Default: 780 KB) .TP \fBBandwidthBurst \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP Limit the maximum token bucket size (also known as the burst) to the given number of bytes. (Default: 48 MB) @@ -110,7 +110,7 @@ security. \fBDirFetchPeriod \fR\fIN\fR \fBseconds\fR|\fBminutes\fR|\fBhours\fR|\fBdays\fR|\fBweeks\fP Every time the specified period elapses, Tor downloads a directory. A directory contains a signed list of all known servers as well as -their current their liveness status. (Default: 1 hour) +their current liveness status. (Default: 1 hour) .TP \fBStatusFetchPeriod \fR\fIN\fR \fBseconds\fR|\fBminutes\fR|\fBhours\fR|\fBdays\fR|\fBweeks\fP Every time the specified period elapses, Tor downloads signed status @@ -285,7 +285,7 @@ uploaded whenever it changes. (Default: 10 minutes.) .TP \fBAccountingMax \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP Never send more than the specified number of bytes in a given -accounting period,or receive more than that number in the period. +accounting period, or receive more than that number in the period. When the number of bytes is exhausted, Tor will hibernate until some time in the next accounting period. To prevent all servers from waking at the same time, Tor will also wait until a random point in |