commit a46e585d6d4bbd5650bcc83ca9af293b7c4a0d81 Author: Taylor Yu catalyst@torproject.org Date: Tue Feb 18 13:28:57 2020 -0600
manpage: Add a missing out-of-order comment --- doc/tor.1.txt | 1 + 1 file changed, 1 insertion(+)
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index f7d248bee..a983b555c 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2864,6 +2864,7 @@ control how Tor behaves as a directory authority. You should not need to adjust any of them if you're running a regular relay or exit server on the public Tor network.
+// Out of order because it logically belongs first in this section [[AuthoritativeDirectory]] **AuthoritativeDirectory** **0**|**1**:: When this option is set to 1, Tor operates as an authoritative directory server. Instead of caching the directory, it generates its own list of
tor-commits@lists.torproject.org