summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-11-10 00:36:58 +0000
committerRoger Dingledine <arma@torproject.org>2004-11-10 00:36:58 +0000
commitcfe9f1f4a0cf3f41960f49240b237ad8d5fddca6 (patch)
tree2626202f2bc9d2dca6a656977070ee7afa06a101
parentab951fc828e9b570e5ccd7147b0a7186a9f68d78 (diff)
downloadtor-cfe9f1f4a0cf3f41960f49240b237ad8d5fddca6.tar.gz
tor-cfe9f1f4a0cf3f41960f49240b237ad8d5fddca6.zip
clarify that nodefamily is only need when the server doesn't
use myfamily svn:r2766
-rw-r--r--doc/tor.1.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in
index 94fbf7a90d..689b5e5f2a 100644
--- a/doc/tor.1.in
+++ b/doc/tor.1.in
@@ -135,9 +135,10 @@ A list of ports that your firewall allows you to connect to. Only used when
Every NUM seconds consider whether to build a new circuit. (Default: 60)
.TP
\fBNodeFamily \fR\fInickname,nickname,...\fP
-The named Tor servers constitute a "family" of similar or
-co-administared servers, so never use any two of them in the same
-circuit. This option can be used multiple times.
+The named Tor servers constitute a "family" of similar or co-administared
+servers, so never use any two of them in the same circuit. Defining a
+NodeFamily is only needed when a server doesn't list the family itself
+(with MyFamily). This option can be used multiple times.
.TP
.\" \fBPathlenCoinWeight \fR\fI0.0-1.0\fP
.\" Paths are 3 hops plus a geometric distribution centered around this coinweight. Must be >=0.0 and <1.0. (Default: 0.3) NOT USED CURRENTLY