diff options
author | Thomas Sjögren <thomas@northernsecurity.net> | 2005-04-11 16:46:58 +0000 |
---|---|---|
committer | Thomas Sjögren <thomas@northernsecurity.net> | 2005-04-11 16:46:58 +0000 |
commit | 0cb1d31fc1360ecca6b85dc96d7633e227edc93b (patch) | |
tree | 3dfd8f2b155caa25927d9b2043e8af146411ee6b | |
parent | 705674327f1f2afc1d621793ce2a7daef4394055 (diff) | |
download | tor-0cb1d31fc1360ecca6b85dc96d7633e227edc93b.tar.gz tor-0cb1d31fc1360ecca6b85dc96d7633e227edc93b.zip |
Clarify MapAddress in the man page
svn:r4075
-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 29ec9e7392..68b32b8ea3 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -182,7 +182,7 @@ ports will contain only high-uptime nodes, to reduce the chance that a node will go down before the stream is finished. .TP \fBMapAddress\fR \fIaddress\fR \fInewaddress\fR -When a request for address arrives to Tor, it will rewrite it to newaddress before processing it. For example, if you always want connections to www.indymedia.org to exit via yourtorserver, use "MapAddress www.indymedia.org www.indymedia.org.yourtorserver.exit". +When a request for address arrives to Tor, it will rewrite it to newaddress before processing it. For example, if you always want connections to www.indymedia.org to exit via \fItorserver\fR (where \fItorserver\fR is the nickname of the server), use "MapAddress www.indymedia.org www.indymedia.org.torserver.exit". .TP \fBNewCircuitPeriod \fR\fINUM\fP Every NUM seconds consider whether to build a new circuit. (Default: 60) |