commit 80a306c6e7d20efc44f2f93b559c44a52d952c39 Author: teor teor@torproject.org Date: Sun Apr 5 17:17:03 2020 +1000
doc: Fix another man page typo
The default value of the option is "auto", not "default". --- 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 62d5de4a0..79809832c 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -527,7 +527,7 @@ forward slash (/) in the configuration file and on the command line. If this option is set to 1, we always try to include a relay's Ed25519 ID 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 + circuits. If the option is set to "auto", we obey a parameter in the consensus document. (Default: auto)
[[ExtORPort]] **ExtORPort** ['address'**:**]{empty}__port__|**auto**::
tor-commits@lists.torproject.org