diff options
author | Taylor Yu <catalyst@torproject.org> | 2017-09-21 13:31:54 -0500 |
---|---|---|
committer | Taylor Yu <catalyst@torproject.org> | 2017-09-21 13:31:54 -0500 |
commit | 87faed921ef37e78ed9b31c6f096c2f0bd5ffab6 (patch) | |
tree | 66ef48dadebc15428d1a83ee8d8ba5b2a12bb675 /doc | |
parent | 4c7a89a226be2f75400f3fc22d19ec9c31acd891 (diff) | |
download | tor-87faed921ef37e78ed9b31c6f096c2f0bd5ffab6.tar.gz tor-87faed921ef37e78ed9b31c6f096c2f0bd5ffab6.zip |
Remove wrong config parameter mention from manpage
Don't refer to the obsolete (and misspelled)
UseEntryGuardsAsDirectoryGuards config parameter in the manpage.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 38c3fe42b2..ba2bc13dad 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1316,11 +1316,10 @@ The following options are useful only for clients (that is, if default to 1 if the consensus parameter isn't set. (Default: 0) [[NumDirectoryGuards]] **NumDirectoryGuards** __NUM__:: - If UseEntryGuardsAsDirectoryGuards is enabled, we try to make sure we have - at least NUM routers to use as directory guards. If this option is set to - 0, use the value from the guard-n-primary-dir-guards-to-use consensus - parameter, and default to 3 if the consensus parameter isn't set. - (Default: 0) + If UseEntryGuards is set to 1, we try to make sure we have at least NUM + routers to use as directory guards. If this option is set to 0, use the + value from the guard-n-primary-dir-guards-to-use consensus parameter, and + default to 3 if the consensus parameter isn't set. (Default: 0) [[GuardLifetime]] **GuardLifetime** __N__ **days**|**weeks**|**months**:: If nonzero, and UseEntryGuards is set, minimum time to keep a guard before |