[or-cvs] clean up man page entries on EntryNodes and ExitNodes

arma at seul.org arma at seul.org
Mon Mar 20 20:15:53 UTC 2006


Update of /home2/or/cvsroot/tor/doc
In directory moria:/home/arma/work/onion/cvs/tor/doc

Modified Files:
	tor.1.in 
Log Message:
clean up man page entries on EntryNodes and ExitNodes


Index: tor.1.in
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/tor.1.in,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -p -d -r1.139 -r1.140
--- tor.1.in	19 Mar 2006 01:52:18 -0000	1.139
+++ tor.1.in	20 Mar 2006 20:15:50 -0000	1.140
@@ -242,28 +242,32 @@ you are reliable and high-bandwidth enou
 (Default: 0)
 .LP
 .TP
+\fBExcludeNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP
+A list 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, if possible.
+A list 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, if possible.
+A list 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
 .TP
-\fBExcludeNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP
-A list of nodes to never use when building a circuit.
+\fBStrictEntryNodes \fR\fB0\fR|\fB1\fR\fP
+If 1, Tor will never use any nodes besides those listed in "EntryNodes" for
+the first hop of a circuit.
 .LP
 .TP
 \fBStrictExitNodes \fR\fB0\fR|\fB1\fR\fP
-If 1, Tor will never use any nodes besides those listed in "exitnodes" for
+If 1, Tor will never use any nodes besides those listed in "ExitNodes" for
 the last hop of a circuit.
 .LP
 .TP
-\fBStrictEntryNodes \fR\fB0\fR|\fB1\fR\fP
-If 1, Tor will never use any nodes besides those listed in "entrynodes" for
-the first hop of a circuit.
-.LP
-.TP
 \fBFascistFirewall \fR\fB0\fR|\fB1\fR\fP
 If 1, Tor will only create outgoing connections to ORs running on ports that
 your firewall allows (defaults to 80 and 443; see \fBFirewallPorts\fR).  This will



More information about the tor-commits mailing list