diff options
author | unixninja92 <charlesvt@gmail.com> | 2013-09-20 08:31:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-05 14:31:13 -0500 |
commit | d47d147307c8880d3d29fdb2da0b788afbb92556 (patch) | |
tree | 3837dd59d1eb688e267d1e6c8b72ae844b6fda99 /doc | |
parent | 5c310a4fa2c13a52dc3fd39368788c3e75be6cb0 (diff) | |
download | tor-d47d147307c8880d3d29fdb2da0b788afbb92556.tar.gz tor-d47d147307c8880d3d29fdb2da0b788afbb92556.zip |
More correctly documented PredictedCircsRelevanceTime in tor.1.txt
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 39e52076c8..d9ff4eed9a 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -524,8 +524,8 @@ GENERAL OPTIONS \'info'. (Default: 0) **PredictedCircsRelevanceTime** __NUM__:: - Set how long we will make connections to a port after seeing a request for - that port. (Default: 1 hour) + Set how long, after having requested a connection to a given port, we will + search for exits that support that port. (Default: 1 hour) **RunAsDaemon** **0**|**1**:: If 1, Tor forks and daemonizes to the background. This option has no effect |