]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix a confusing "0 0" in the man page
authorRoger Dingledine <arma@torproject.org>
Fri, 2 Mar 2018 23:58:29 +0000 (18:58 -0500)
committerRoger Dingledine <arma@torproject.org>
Fri, 2 Mar 2018 23:58:29 +0000 (18:58 -0500)
feel free to backport this commit back to 0.3.2.x if you like it

doc/tor.1.txt

index ad6d9415876dfdfdb27ad78472811c03d813600f..69f044eda93a7a15076e3bd60725648c834de362 100644 (file)
@@ -1395,7 +1395,7 @@ The following options are useful only for clients (that is, if
 
 [[HTTPTunnelPort]] **HTTPTunnelPort**  \['address':]__port__|**auto** [_isolation flags_]::
     Open this port to listen for proxy connections using the "HTTP CONNECT"
-    protocol instead of SOCKS. Set this to 0
+    protocol instead of SOCKS. Set this to
     0 if you don't want to allow "HTTP CONNECT" connections. Set the port
     to "auto" to have Tor pick a port for you. This directive can be
     specified multiple times to bind to multiple addresses/ports.  See