diff options
author | Roger Dingledine <arma@torproject.org> | 2008-05-28 04:32:59 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-05-28 04:32:59 +0000 |
commit | 60ca544578273f41f399e68b132605fd26bd32b6 (patch) | |
tree | bf43ca533688852ca28d25dd42724e66d6dc1831 /doc | |
parent | a3193c6989195a1ca6b3e5675393f6c456c60c8f (diff) | |
download | tor-60ca544578273f41f399e68b132605fd26bd32b6.tar.gz tor-60ca544578273f41f399e68b132605fd26bd32b6.zip |
minor fixes
svn:r14763
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/dir-spec.txt | 2 | ||||
-rw-r--r-- | doc/tor.1.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index 8e7c21fece..3419abb3af 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -1712,7 +1712,7 @@ $Id$ -- the authority rejected a malformed posted document, or 404 -- the requested document was not found. - -- the user requested statuses or serverdescs, and none of the ones we + -- the user requested statuses or serverdescs, and none of the ones requested were found (0.2.0.5-alpha and later). 503 -- we are declining the request in order to save bandwidth diff --git a/doc/tor.1.in b/doc/tor.1.in index 90ae989c89..f568c9ad14 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -225,7 +225,7 @@ believe the same authorities they do. As DirServer, but replaces less of the default directory authorities. Using AlternateDirAuthority replaces the default Tor directory authorities, but leaves the hidden service authorities and bridge -authorities in place. Similarly, Using AlternatieHSAuthority replaces +authorities in place. Similarly, Using AlternateHSAuthority replaces the default hidden service authorities, but not the directory or bridge authorities. |