diff options
author | teor <teor@torproject.org> | 2020-04-05 17:10:37 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-04-05 17:10:37 +1000 |
commit | 613077229f7a3595e8c1ddd180175c513390da3e (patch) | |
tree | f816e885b91bc6bec93c5c95c585ac730de2f532 /doc | |
parent | b1e1c6b505e1cadedf6c05706dfffaaab2b70a25 (diff) | |
download | tor-613077229f7a3595e8c1ddd180175c513390da3e.tar.gz tor-613077229f7a3595e8c1ddd180175c513390da3e.zip |
doc: Fix a typo in the man page
"proceeding" means starting an action.
"preceding" means the thing before this thing.
In this context, it's a bit ambiguous.
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 41b8585cc0..62d5de4a0c 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -525,7 +525,7 @@ forward slash (/) in the configuration file and on the command line. [[ExtendByEd25519ID]] **ExtendByEd25519ID** **0**|**1**|**auto**:: If this option is set to 1, we always try to include a relay's Ed25519 ID - when telling the proceeding relay in a circuit to extend to it. + when telling the preceding relay in a circuit to extend to it. If this option is set to 0, we never include Ed25519 IDs when extending circuits. If the option is set to "default", we obey a parameter in the consensus document. (Default: auto) |