[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8505: tweaks (tor/trunk/doc)
Author: arma
Date: 2006-09-25 18:17:14 -0400 (Mon, 25 Sep 2006)
New Revision: 8505
Modified:
tor/trunk/doc/TODO
tor/trunk/doc/tor.1.in
Log:
tweaks
Modified: tor/trunk/doc/TODO
===================================================================
--- tor/trunk/doc/TODO 2006-09-25 22:12:54 UTC (rev 8504)
+++ tor/trunk/doc/TODO 2006-09-25 22:17:14 UTC (rev 8505)
@@ -271,6 +271,7 @@
- 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
Modified: tor/trunk/doc/tor.1.in
===================================================================
--- tor/trunk/doc/tor.1.in 2006-09-25 22:12:54 UTC (rev 8504)
+++ tor/trunk/doc/tor.1.in 2006-09-25 22:17:14 UTC (rev 8505)
@@ -372,7 +372,7 @@
.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)