Browse Source

tweaks

svn:r8505
Roger Dingledine 18 years ago
parent
commit
90a307bb2a
2 changed files with 2 additions and 1 deletions
  1. 1 0
      doc/TODO
  2. 1 1
      doc/tor.1.in

+ 1 - 0
doc/TODO

@@ -271,6 +271,7 @@ Deferred from 0.1.2.x:
       - Implement
 
 Minor items for 0.1.2.x as time permits:
+  - Flesh out options_description array in src/or/config.c
   - Don't let 'newnym' be triggered more often than every n seconds.
   - change log_fn() to log() on notice/warn/err logs where we can.
   - the deb now uses --verify-config to distinguish between configuration

+ 1 - 1
doc/tor.1.in

@@ -372,7 +372,7 @@ NodeFamily is only needed when a server doesn't list the family itself
 .LP
 .TP
 \fBEnforceDistinctSubnets \fR\fB0\fR|\fB1\fR\fP
-If 1, Tor will not put two servers whose IP addressess are "too
+If 1, Tor will not allow two servers whose IP addressess are "too
 close" to appear on the same circuit.  Currently, two addresses are
 "too close" if they lie in the same /16 range. (Default: 1)