From cfe9f1f4a0cf3f41960f49240b237ad8d5fddca6 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 10 Nov 2004 00:36:58 +0000 Subject: [PATCH] clarify that nodefamily is only need when the server doesn't use myfamily svn:r2766 --- doc/tor.1.in | 7 ++++--- 1 file 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