summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-07-12 21:06:31 +0000
committerRoger Dingledine <arma@torproject.org>2005-07-12 21:06:31 +0000
commit5cbf9e77a308138949add29d233fdea37b81a95b (patch)
tree997d391ca9bc71bfb904fbf03998a0f3483f5d2f
parent2d52be47b79b0ae46cc1edfcf8a50cf9325f4cc0 (diff)
downloadtor-5cbf9e77a308138949add29d233fdea37b81a95b.tar.gz
tor-5cbf9e77a308138949add29d233fdea37b81a95b.zip
TrackHostExitsExpire describes the number of seconds since the
trackhost was established, not the number of seconds since it was last used. svn:r4534
-rw-r--r--doc/tor.1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in
index 9229767ccf..f3c15ebc7c 100644
--- a/doc/tor.1.in
+++ b/doc/tor.1.in
@@ -316,7 +316,7 @@ this will observe it through cookies or other protocol-specific means anyhow.
.TP
\fBTrackHostExitsExpire \fR\fINUM\fP
Since exit servers go up and down, it is desirable to expire the association
-between host and exit server after NUM seconds of inactivity. The default
+between host and exit server after NUM seconds. The default
is 1800 seconds (30 minutes).
.SH SERVER OPTIONS