diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-06-17 19:32:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-06-19 12:14:28 -0400 |
commit | 2c96d95c12a8d8678ec5821d83072afe045755ff (patch) | |
tree | 676146966faa4b40a1bb54da72211267a43b2d07 | |
parent | 033cf30b3cb505027c7542bb9b49717065a19fdf (diff) | |
download | tor-2c96d95c12a8d8678ec5821d83072afe045755ff.tar.gz tor-2c96d95c12a8d8678ec5821d83072afe045755ff.zip |
Fix spelling of --enable-tor2web-mode in manpage
Fixes bug 19153; patch from "U+039b", who is apparently an uppercase
lambda?
-rw-r--r-- | changes/bug19153 | 3 | ||||
-rw-r--r-- | doc/tor.1.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/changes/bug19153 b/changes/bug19153 new file mode 100644 index 0000000000..ac235c5e3a --- /dev/null +++ b/changes/bug19153 @@ -0,0 +1,3 @@ + o Documentation: + - Fix spelling of "--enable-tor2web-mode" in the manpage. Closes + ticket #19153. Patch from "U+039b". diff --git a/doc/tor.1.txt b/doc/tor.1.txt index fe73c7fc05..65d3c2d5f5 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1426,7 +1426,7 @@ The following options are useful only for clients (that is, if **non-anonymously**. This option also disables client connections to non-hidden-service hostnames through Tor. It **must only** be used when running a tor2web Hidden Service web proxy. - To enable this option the compile time flag --enable-tor2webmode must be + To enable this option the compile time flag --enable-tor2web-mode must be specified. (Default: 0) [[Tor2webRendezvousPoints]] **Tor2webRendezvousPoints** __node__,__node__,__...__:: |