commit 613077229f7a3595e8c1ddd180175c513390da3e Author: teor teor@torproject.org Date: Sun Apr 5 17:10:37 2020 +1000
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. --- doc/tor.1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 41b8585cc..62d5de4a0 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)
tor-commits@lists.torproject.org