]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
unmangle the fingerprint example in the man page
authorRoger Dingledine <arma@torproject.org>
Tue, 25 Oct 2011 22:24:37 +0000 (18:24 -0400)
committerRoger Dingledine <arma@torproject.org>
Tue, 25 Oct 2011 22:24:37 +0000 (18:24 -0400)
Remove a confusing dollar sign from the example fingerprint in the
man page, and also make example fingerprint a valid one.

changes/bug4309 [new file with mode: 0644]
doc/tor.1.txt

diff --git a/changes/bug4309 b/changes/bug4309
new file mode 100644 (file)
index 0000000..f4f910e
--- /dev/null
@@ -0,0 +1,5 @@
+  o Minor bugfixes:
+    - Remove a confusing dollar sign from the example fingerprint in the
+      man page, and also make example fingerprint a valid one. Fixes bug
+      4309; bugfix on 0.2.1.3-alpha.
+
index 9ff19e76ab6e69043f97e5db8de1b17bc70f218d..703cc82e257b3bafae726b55907c39b1b1450ace 100644 (file)
@@ -509,7 +509,7 @@ The following options are useful only for clients (that is, if
     A list of identity fingerprints, nicknames, country codes and address
     patterns of nodes to avoid when building a circuit.
     (Example:
-    ExcludeNodes SlowServer, $    EFFFFFFFFFFFFFFF, \{cc}, 255.254.0.0/8) +
+    ExcludeNodes SlowServer, ABCD1234CDEF5678ABCD1234CDEF5678ABCD1234, \{cc}, 255.254.0.0/8) +
  +
     By default, this option is treated as a preference that Tor is allowed
     to override in order to keep working.