diff options
author | Roger Dingledine <arma@torproject.org> | 2006-06-10 00:30:49 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-06-10 00:30:49 +0000 |
commit | c0630b5274fb8aa29355d69c909e4bec63f6e52b (patch) | |
tree | ca568f97dae770e66aa85296eb5a1ddc58b4a27c /doc/tor.1.in | |
parent | 889b8d5bac2f1cd818142317c55689a4304a79ae (diff) | |
download | tor-c0630b5274fb8aa29355d69c909e4bec63f6e52b.tar.gz tor-c0630b5274fb8aa29355d69c909e4bec63f6e52b.zip |
clean up formatting in the man page
svn:r6582
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index d49ca328e7..9fb27aa539 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -339,14 +339,15 @@ port 80. A list of ports for services that tend to have long-running connections (e.g. chat and interactive shells). Circuits for streams that use these ports will contain only high-uptime nodes, to reduce the chance that a -node will go down before the stream is finished. (Default: 21, 22, 706, 1863, 5050, -5190, 5222, 5223, 6667, 8300, 8888) +node will go down before the stream is finished. +(Default: 21, 22, 706, 1863, 5050, 5190, 5222, 5223, 6667, 8300, 8888) .LP .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 \fItorserver\fR (where \fItorserver\fR is the nickname of the server), +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". .LP .TP @@ -355,8 +356,9 @@ Every NUM seconds consider whether to build a new circuit. (Default: 30 seconds) .LP .TP \fBMaxCircuitDirtiness \fR\fINUM\fP -Feel free to reuse a circuit that was first used at most NUM seconds -ago, but never attach a new stream to a circuit that is too old. (Default: 10 minutes) +Feel free to reuse a circuit that was first used at most NUM seconds ago, +but never attach a new stream to a circuit that is too old. +(Default: 10 minutes) .LP .TP \fBNodeFamily \fR\fInickname\fR,\fInickname\fR,\fI...\fP @@ -367,7 +369,7 @@ NodeFamily is only needed when a server doesn't list the family itself .LP .TP .\" \fBPathlenCoinWeight \fR\fI0.0-1.0\fP -.\" Paths are 3 hops plus a geometric distribution centered around this coinweight. +.\" Paths are 3 hops plus a geometric distribution centered around this coinweight. .\" Must be >=0.0 and <1.0. (Default: 0.3) NOT USED CURRENTLY .\" .TP \fBRendNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP @@ -673,7 +675,8 @@ to this port rather than the one specified in DirPort. (Default: 0.0.0.0) .LP .TP \fBDirPolicy \fR\fIpolicy\fR,\fIpolicy\fR,\fI...\fP -Set an entrance policy for this server, to limit who can connect to the directory ports. +Set an entrance policy for this server, to limit who can connect to the +directory ports. The policies have the same form as exit policies above. .LP .TP |