[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [tor/master] Update man page, now that *Statistics can be changed while Tor is running.
Author: Karsten Loesing <karsten.loesing@xxxxxxx>
Date: Sun, 15 Aug 2010 15:51:31 +0200
Subject: Update man page, now that *Statistics can be changed while Tor is running.
Commit: 8dadc7a7aaa7fbe7761f57f18109c67a7744168f
---
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 db623c8..3b7e30b 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
--
1.7.1