diff options
author | Taylor Yu <catalyst@torproject.org> | 2019-10-21 15:39:57 -0500 |
---|---|---|
committer | Taylor Yu <catalyst@torproject.org> | 2019-10-21 16:20:12 -0500 |
commit | a4e83cd5e5f936bad8cec7ea1c88511d5beffc7f (patch) | |
tree | db2c77ffd30d571ae4d6cb0f53150a5612f2e445 | |
parent | 8378ad29e6454b92f9a48f05c1d7dbdf2ae8cfe3 (diff) | |
download | tor-a4e83cd5e5f936bad8cec7ea1c88511d5beffc7f.tar.gz tor-a4e83cd5e5f936bad8cec7ea1c88511d5beffc7f.zip |
Remove redundant FILES entry in tor.1.txt
There was a redundant entry for approved-routers in the FILES section
of tor.1.txt.
Part of #32176.
-rw-r--r-- | doc/tor.1.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 06bf022b15..750c7fbe01 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -3604,10 +3604,6 @@ __DataDirectory__**/networkstatus-bridges**:: about bridges that have self-reported themselves to the bridge authority. -__DataDirectory__**/approved-routers**:: - Authorities only. This file is used to configure which relays are - known to be valid, invalid, and so forth. - __HiddenServiceDirectory__**/hostname**:: The <base32-encoded-fingerprint>.onion domain name for this hidden service. If the hidden service is restricted to authorized clients only, this file |