diff options
author | Roger Dingledine <arma@torproject.org> | 2018-03-02 18:58:29 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2018-03-02 18:58:29 -0500 |
commit | 6db6a00671ca934065096f21243730cc7f6f2e09 (patch) | |
tree | 492a322bf046c6cfc4073df4446e764218609091 /doc | |
parent | 54e25ab124b4ebb50f1577483ac5c08f67e8b114 (diff) | |
download | tor-6db6a00671ca934065096f21243730cc7f6f2e09.tar.gz tor-6db6a00671ca934065096f21243730cc7f6f2e09.zip |
fix a confusing "0 0" in the man page
feel free to backport this commit back to 0.3.2.x if you like it
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index ad6d941587..69f044eda9 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -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 |