From 0cb1d31fc1360ecca6b85dc96d7633e227edc93b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Mon, 11 Apr 2005 16:46:58 +0000 Subject: [PATCH] Clarify MapAddress in the man page svn:r4075 --- doc/tor.1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)