diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2010-08-15 15:51:31 +0200 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2010-08-15 15:51:31 +0200 |
commit | 8dadc7a7aaa7fbe7761f57f18109c67a7744168f (patch) | |
tree | 11b54efd4cacc76ca879c871e6387d7d725b91f8 | |
parent | 863b6c439e6bfc64f602ecb9526940fa966ca9fe (diff) | |
download | tor-8dadc7a7aaa7fbe7761f57f18109c67a7744168f.tar.gz tor-8dadc7a7aaa7fbe7761f57f18109c67a7744168f.zip |
Update man page, now that *Statistics can be changed while Tor is running.
-rw-r--r-- | doc/tor.1.txt | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index db623c8da9..3b7e30bdfb 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -965,23 +965,20 @@ is non-zero): **CellStatistics** **0**|**1**:: When this option is enabled, Tor writes statistics on the mean time that - cells spend in circuit queues to disk every 24 hours. Cannot be changed - while Tor is running. (Default: 0) + cells spend in circuit queues to disk every 24 hours. (Default: 0) **DirReqStatistics** **0**|**1**:: When this option is enabled, Tor writes statistics on the number and - response time of network status requests to disk every 24 hours. Cannot be - changed while Tor is running. (Default: 0) + response time of network status requests to disk every 24 hours. + (Default: 0) **EntryStatistics** **0**|**1**:: When this option is enabled, Tor writes statistics on the number of - directly connecting clients to disk every 24 hours. Cannot be changed while - Tor is running. (Default: 0) + directly connecting clients to disk every 24 hours. (Default: 0) **ExitPortStatistics** **0**|**1**:: When this option is enabled, Tor writes statistics on the number of relayed - bytes and opened stream per exit port to disk every 24 hours. Cannot be - changed while Tor is running. (Default: 0) + bytes and opened stream per exit port to disk every 24 hours. (Default: 0) **ExtraInfoStatistics** **0**|**1**:: When this option is enabled, Tor includes previously gathered statistics in |