diff options
author | Roger Dingledine <arma@torproject.org> | 2006-10-01 21:32:46 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-10-01 21:32:46 +0000 |
commit | 4200eb16f9c23be618a05edf92b7904498389373 (patch) | |
tree | 95cd1a445c5d365d394b4144ed2a0c967d40bc6e | |
parent | ce72a9914e5e996f3c47cc9ec368309e0f1c861e (diff) | |
download | tor-4200eb16f9c23be618a05edf92b7904498389373.tar.gz tor-4200eb16f9c23be618a05edf92b7904498389373.zip |
correct definition of Valid in dir-spec
svn:r8567
-rw-r--r-- | doc/dir-spec.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/dir-spec.txt b/doc/dir-spec.txt index dbf74d22d0..5d47131944 100644 --- a/doc/dir-spec.txt +++ b/doc/dir-spec.txt @@ -387,9 +387,9 @@ $Id$ authorities MAY do things differently, so long as clients keep working well. Clients MUST NOT depend on the exact behaviors in this section.) - "Valid" -- a router is 'Valid' if it seems to have been running well for a - while, and is running a version of Tor not known to be broken, and the - directory authority has not blacklisted it as suspicious. + "Valid" -- a router is 'Valid' if it is running a version of Tor not + known to be broken, and the directory authority has not blacklisted + it as suspicious. "Named" -- Directory authority administrators may decide to support name binding. If they do, then they must maintain a file of |