[or-cvs] r11570: The manpage now tells uses that they can use identity finger (tor/trunk/doc)

weasel at seul.org weasel at seul.org
Fri Sep 21 23:06:54 UTC 2007


Author: weasel
Date: 2007-09-21 19:06:54 -0400 (Fri, 21 Sep 2007)
New Revision: 11570

Modified:
   tor/trunk/doc/tor.1.in
Log:
The manpage now tells uses that they can use identity fingerprints in most places where they can use nicknames.  Based on patch from karsten

Modified: tor/trunk/doc/tor.1.in
===================================================================
--- tor/trunk/doc/tor.1.in	2007-09-21 22:14:39 UTC (rev 11569)
+++ tor/trunk/doc/tor.1.in	2007-09-21 23:06:54 UTC (rev 11570)
@@ -379,18 +379,21 @@
 (Default: 0)
 .LP
 .TP
-\fBExcludeNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP
-A list of nodes to never use when building a circuit.
+\fBExcludeNodes \fR\fInode\fR,\fInode\fR,\fI...\fP
+A list of identity fingerprints or nicknames of nodes to never use when
+building a circuit.
 .LP
 .TP
-\fBEntryNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP
-A list of preferred nodes to use for the first hop in the circuit.
+\fBEntryNodes \fR\fInode\fR,\fInode\fR,\fI...\fP
+A list of identity fingerprints or nicknames of preferred nodes to use for the
+first hop in the circuit.
 These are treated only as preferences unless StrictEntryNodes (see
 below) is also set.
 .LP
 .TP
-\fBExitNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP
-A list of preferred nodes to use for the last hop in the circuit.
+\fBExitNodes \fR\fInode\fR,\fInode\fR,\fI...\fP
+A list of identity fingerprints or nicknames of preferred nodes to use for the
+last hop in the circuit.
 These are treated only as preferences unless StrictExitNodes (see
 below) is also set.
 .LP
@@ -479,8 +482,9 @@
 (Default: 10 minutes)
 .LP
 .TP
-\fBNodeFamily \fR\fInickname\fR,\fInickname\fR,\fI...\fP
-The named Tor servers constitute a "family" of similar or co-administered
+\fBNodeFamily \fR\fInode\fR,\fInode\fR,\fI...\fP
+The Tor servers, defined by their identity fingerprints or nicknames,
+constitute a "family" of similar or co-administered
 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.
@@ -497,12 +501,14 @@
 .\" .TP
 .LP
 .TP
-\fBRendNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP
-A list of preferred nodes to use for the rendezvous point, if possible.
+\fBRendNodes \fR\fInode\fR,\fInode\fR,\fI...\fP
+A list of identity fingerprints or nicknames of preferred nodes to use for the
+rendezvous point, if possible.
 .LP
 .TP
-\fBRendExcludeNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP
-A list of nodes to never use when choosing a rendezvous point.
+\fBRendExcludeNodes \fR\fInode\fR,\fInode\fR,\fI...\fP
+A list of identity fingerprints or nicknames of nodes to never use when
+choosing a rendezvous point.
 .LP
 .TP
 \fBSocksPort \fR\fIPORT\fP
@@ -531,9 +537,10 @@
 (Default: 2 minutes.)
 .LP
 .TP
-\fBTestVia \fR\fInickname\fR,\fInickname\fR,\fI...\fP
-A list of nodes to prefer for your middle hop when building testing
-circuits. This option is mainly for debugging reachability problems.
+\fBTestVia \fR\fInode\fR,\fInode\fR,\fI...\fP
+A list of identity fingerprints or nicknames of nodes to prefer for your middle
+hop when building testing circuits. This option is mainly for debugging
+reachability problems.
 .LP
 .TP
 \fBTrackHostExits \fR\fIhost\fR,\fI.domain\fR,\fI...\fR\fP
@@ -775,9 +782,9 @@
 If you have more than this number of onionskins queued for decrypt, reject new ones. (Default: 100)
 .LP
 .TP
-\fBMyFamily \fR\fInickname\fR,\fInickname\fR,\fI...\fP
+\fBMyFamily \fR\fInode\fR,\fInode\fR,\fI...\fP
 Declare that this Tor server is controlled or administered by a group
-or organization identical or similar to that of the other named servers.
+or organization identical or similar to that of the other servers, defined by their identity fingerprints or nicknames.
 When two servers both declare that they are in the same 'family', Tor clients
 will not use them in the same circuit.  (Each server only needs to list the
 other servers in its family; it doesn't need to list itself, but it won't hurt.)
@@ -1077,15 +1084,17 @@
 one of the TARGETs from those lines will be chosen at random.
 .LP
 .TP
-\fBHiddenServiceNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP
-If possible, use the specified nodes as introduction points for the hidden
-service. If this is left unset, Tor will be smart and pick some reasonable
-ones; most people can leave this unset.
+\fBHiddenServiceNodes \fR\fInode\fR,\fInode\fR,\fI...\fP
+If possible, use the specified nodes, defined by their identity fingerprints or
+nicknames, as introduction points for the hidden service. If this is left
+unset, Tor will be smart and pick some reasonable ones; most people can leave
+this unset.
 .LP
 .TP
-\fBHiddenServiceExcludeNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP
-Do not use the specified nodes as introduction points for the hidden
-service. In normal use there is no reason to set this.
+\fBHiddenServiceExcludeNodes \fR\fInode\fR,\fInode\fR,\fI...\fP
+Do not use the specified nodes, defined by their identity fingerprints or
+nicknames, as introduction points for the hidden service. In normal use there
+is no reason to set this.
 .LP
 .TP
 \fBPublishHidServDescriptors \fR\fB0\fR|\fB1\fR\fP



More information about the tor-commits mailing list