[tor-commits] [tor/master] Correct the defaults for the *Statistics options

nickm at torproject.org nickm at torproject.org
Mon Jun 11 13:57:57 UTC 2012


commit b74f851861fb14780e7aa2edb9199d74f7ec0cf3
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Jun 7 13:46:51 2012 -0400

    Correct the defaults for the *Statistics options
---
 changes/bug2865 |    4 ++++
 doc/tor.1.txt   |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/changes/bug2865 b/changes/bug2865
new file mode 100644
index 0000000..4a7a332
--- /dev/null
+++ b/changes/bug2865
@@ -0,0 +1,4 @@
+  o Documentation fixes:
+    - Correct the manpage's descriptions for the default values of 
+      DirReqStatistics and ExtraInfoStatistics. Fixes bug 2865; bugfix
+      on 0.2.3.1-alpha.
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 00371c3..9473ba4 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -1372,9 +1372,9 @@ is non-zero):
     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.
-    (Default: 0)
+    When this option is enabled, a Tor directory writes statistics on the
+    number and response time of network status requests to disk every 24
+    hours. (Default: 1).
 
 **EntryStatistics** **0**|**1**::
     When this option is enabled, Tor writes statistics on the number of
@@ -1391,7 +1391,7 @@ is non-zero):
 **ExtraInfoStatistics** **0**|**1**::
     When this option is enabled, Tor includes previously gathered statistics in
     its extra-info documents that it uploads to the directory authorities.
-    (Default: 0)
+    (Default: 1)
 
 DIRECTORY SERVER OPTIONS
 ------------------------





More information about the tor-commits mailing list