diff options
author | Roger Dingledine <arma@torproject.org> | 2015-02-18 16:37:14 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2015-02-18 16:37:14 -0500 |
commit | 0883f92e91250f6dfacc8c66e1934ab417b560a0 (patch) | |
tree | 0cf30d7adbe42dddb0a2769ee12740f09edeb9bf /doc | |
parent | b7b8b9ecf916992071993002301141c4c5d8f56f (diff) | |
download | tor-0883f92e91250f6dfacc8c66e1934ab417b560a0.tar.gz tor-0883f92e91250f6dfacc8c66e1934ab417b560a0.zip |
specify a default for UseGuardFraction in the man page
(as added in commit f4a63f8eab)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 6480adbd93..e136bd0f7e 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1123,7 +1123,7 @@ The following options are useful only for clients (that is, if This torrc option specifies whether clients should use the guardfraction information found in the consensus during path selection. If it's set to 'auto', clients will do what the - UseGuardFraction consensus parameter tells them to do. + UseGuardFraction consensus parameter tells them to do. (Default: auto) [[NumEntryGuards]] **NumEntryGuards** __NUM__:: If UseEntryGuards is set to 1, we will try to pick a total of NUM routers |