diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-11 11:34:32 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-11 11:34:32 -0500 |
commit | 0228b9bd4baa9df3ee877b5f02bf13491b233dab (patch) | |
tree | d21325fb0db1b17939b61b12fb843d74c2b7e069 /doc | |
parent | c0483c7f851b2aa1933fb591eb0ca8f66b162022 (diff) | |
download | tor-0228b9bd4baa9df3ee877b5f02bf13491b233dab.tar tor-0228b9bd4baa9df3ee877b5f02bf13491b233dab.tar.gz |
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index e66fad2de..b571b26cb 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 |