[tor-commits] [tor/master] remove stray equals sign

arma at torproject.org arma at torproject.org
Sun May 14 23:01:27 UTC 2017


commit 2cf8f6772b80d73561a987a7153fd382fb805047
Author: Roger Dingledine <arma at torproject.org>
Date:   Sun May 14 19:00:36 2017 -0400

    remove stray equals sign
    
    resolves ticket 22256. this typo crept in during bug 21715's commit
    fd8284c8.
---
 doc/tor.1.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 17977af..96e5fa1 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -638,7 +638,7 @@ GENERAL OPTIONS
     (127.0.0.0/8 and ::1).
 
 [[OutboundBindAddressOR]] **OutboundBindAddressOR** __IP__::
-    Make all outbound non-exit (=relay and other) connections originate from the IP
+    Make all outbound non-exit (relay and other) connections originate from the IP
     address specified. This option overrides **OutboundBindAddress** for the same
     IP version. This option may be used twice, once with an IPv4 address and once
     with an IPv6 address. This setting will be ignored for connections to the



More information about the tor-commits mailing list