summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2018-08-28 16:28:45 -0400
committerRoger Dingledine <arma@torproject.org>2018-08-28 16:28:45 -0400
commit721763126e86a0050fcd349fa7ed6d46eda30bd8 (patch)
tree9349d32591542a3c31de6d9a805c473626101362 /doc
parentb4b8fa4899fcde9983f66a6310878ea47186e5eb (diff)
downloadtor-721763126e86a0050fcd349fa7ed6d46eda30bd8.tar.gz
tor-721763126e86a0050fcd349fa7ed6d46eda30bd8.zip
fix man page issue noticed during #26367 review
and fix two other nearby issues while i'm there
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 4f930c5291..7b6c21a74e 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -1344,8 +1344,8 @@ The following options are useful only for clients (that is, if
to stick with them. This is desirable because constantly changing servers
increases the odds that an adversary who owns some servers will observe a
fraction of your paths. Entry Guards can not be used by Directory
- Authorities, and Single Onion Services. In these cases,
- the this option is ignored. (Default: 1)
+ Authorities or Single Onion Services. In these cases,
+ this option is ignored. (Default: 1)
[[GuardfractionFile]] **GuardfractionFile** __FILENAME__::
V3 authoritative directories only. Configures the location of the
@@ -1353,7 +1353,7 @@ The following options are useful only for clients (that is, if
have been guards. (Default: unset)
[[UseGuardFraction]] **UseGuardFraction** **0**|**1**|**auto**::
- This torrc option specifies whether clients should use the
+ This 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. (Default: auto)