diff options
author | David Goulet <dgoulet@torproject.org> | 2022-08-08 14:14:37 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-08-09 11:01:12 -0400 |
commit | b2665ad63949aa0838ef899c2b080b0addb98756 (patch) | |
tree | d670ec3ce90b519257ed3c3cfba34b699bfdf836 /doc | |
parent | 8bf1a86ae1f3f71fa4b8b13f6d8eef5ad5eff8ca (diff) | |
download | tor-b2665ad63949aa0838ef899c2b080b0addb98756.tar.gz tor-b2665ad63949aa0838ef899c2b080b0addb98756.zip |
man: Fix typo for AuthDirMiddleOnly option
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/tor.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/tor.1.txt b/doc/man/tor.1.txt index 641d2d597e..3672444c5d 100644 --- a/doc/man/tor.1.txt +++ b/doc/man/tor.1.txt @@ -3112,7 +3112,7 @@ on the public Tor network. is the same as for exit policies, except that you don't need to say "accept" or "reject", and ports are not needed.) -[[AuthDirMiddleOnly]] **AuthMiddleOnly** __AddressPattern...__:: +[[AuthDirMiddleOnly]] **AuthDirMiddleOnly** __AddressPattern...__:: Authoritative directories only. A set of address patterns for servers that will be listed as middle-only in any network status document this authority publishes, if **AuthDirListMiddleOnly** is set. + |