diff options
author | Roger Dingledine <arma@torproject.org> | 2008-08-12 06:13:31 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-08-12 06:13:31 +0000 |
commit | d84f5a986d5faddf3fb48111dd9d1106a7dec23a (patch) | |
tree | 012f7fa4f816777869613f6609a1e957685b31ec /doc/tor.1.in | |
parent | f254f8e766ef58e4ae43317a64e3cf7344fa386a (diff) | |
download | tor-d84f5a986d5faddf3fb48111dd9d1106a7dec23a.tar tor-d84f5a986d5faddf3fb48111dd9d1106a7dec23a.tar.gz |
we were accidentally omitting a line from the man page for the
automaphostsonresolve config option, because nroff/troff are
just too much like text.
svn:r16507
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index b1cdd254c..e8162df34 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -706,7 +706,7 @@ When this option is enabled, and we get a request to resolve an address that ends with one of the suffixes in \fBAutomapHostsSuffixes\fP, we map an unused virtual address to that address, and return the new virtual address. This is handy for making -.onion addresses work with applications that resolve an address and +".onion" addresses work with applications that resolve an address and then connect to it. (Default: 0). .LP |