diff options
author | Damian Johnson <atagar@torproject.org> | 2015-11-23 17:44:52 -0800 |
---|---|---|
committer | Damian Johnson <atagar@torproject.org> | 2015-11-23 17:47:00 -0800 |
commit | 961db64d3c106e5b8e370a2d8b2491344de6734a (patch) | |
tree | 83df6c5b9894bf080b47bc3b5460ad908b31971e /doc | |
parent | 1193647ac81aaf37627c02b1653f5a9d7b5802fa (diff) | |
download | tor-961db64d3c106e5b8e370a2d8b2491344de6734a.tar.gz tor-961db64d3c106e5b8e370a2d8b2491344de6734a.zip |
Rename RecommendedPackageVersions to RecommendedPackages
A 'RecommendedPackageVersions' option doesn't exist in tor. However, it *does*
have RecommendedPackages...
feature: https://gitweb.torproject.org/tor.git/commit/?id=c83d8381
man addition: https://gitweb.torproject.org/tor.git/commit/?id=ddfdeb56
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 927a188b08..0241046aa7 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2001,7 +2001,7 @@ on the public Tor network. multiple times: the values from multiple lines are spliced together. When this is set then **VersioningAuthoritativeDirectory** should be set too. -[[RecommendedPackageVersions]] **RecommendedPackageVersions** __PACKAGENAME__ __VERSION__ __URL__ __DIGESTTYPE__**=**__DIGEST__ :: +[[RecommendedPackages]] **RecommendedPackages** __PACKAGENAME__ __VERSION__ __URL__ __DIGESTTYPE__**=**__DIGEST__ :: Adds "package" line to the directory authority's vote. This information is used to vote on the correct URL and digest for the released versions of different Tor-related packages, so that the consensus can certify |