aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-09-25 22:17:14 +0000
committerRoger Dingledine <arma@torproject.org>2006-09-25 22:17:14 +0000
commit90a307bb2ab0f6ac6eddaf8727def1f382167dbf (patch)
treeabd450579182899d59ee3bd5faf241d9baaab750 /doc
parent49ad1eefa1569a5c8a9ee757fa854edf4cfff8cb (diff)
downloadtor-90a307bb2ab0f6ac6eddaf8727def1f382167dbf.tar
tor-90a307bb2ab0f6ac6eddaf8727def1f382167dbf.tar.gz
tweaks
svn:r8505
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO1
-rw-r--r--doc/tor.1.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 60f08dd23..5e3289cd6 100644
--- a/doc/TODO
+++ b/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
diff --git a/doc/tor.1.in b/doc/tor.1.in
index e531d0746..e8e1b529c 100644
--- a/doc/tor.1.in
+++ b/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)