commit 0228b9bd4baa9df3ee877b5f02bf13491b233dab Author: Nick Mathewson nickm@torproject.org Date: Tue Feb 11 11:34:32 2014 -0500
Tweak DirAuthority documentation
Per a comment from karsten, there is no longer v2 authority support, so stop pretending there is. Also, fix a grammar error.x --- doc/tor.1.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index e66fad2..b571b26 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -331,8 +331,8 @@ GENERAL OPTIONS and port, with the specified key fingerprint. This option can be repeated many times, for multiple authoritative directory servers. Flags are separated by spaces, and determine what kind of an authority this directory - is. By default, every authority is authoritative for current ("v2")-style - directories, unless the "no-v2" flag is given. If the "v1" flags is + is. By default, an authority is not authoritative any directory style + or version, unless an appropriate flag is given. If the "v1" flag is provided, Tor will use this server as an authority for old-style (v1) directories as well. (Only directory mirrors care about this.) Tor will use this authority as a bridge authoritative directory if the
tor-commits@lists.torproject.org