summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-04-09 23:48:12 +0000
committerRoger Dingledine <arma@torproject.org>2006-04-09 23:48:12 +0000
commit06c30fb8b7289ae7b239a3da0d8e733984b2f4dd (patch)
tree79ccde46b460b16923df67618fc6cad15bed7cfe
parent21263982e436601c9a4ae538413a5e2869e92f52 (diff)
downloadtor-06c30fb8b7289ae7b239a3da0d8e733984b2f4dd.tar.gz
tor-06c30fb8b7289ae7b239a3da0d8e733984b2f4dd.zip
make the spec more accurate
svn:r6344
-rw-r--r--doc/control-spec.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt
index fa8eb80fd0..8cfc36ceba 100644
--- a/doc/control-spec.txt
+++ b/doc/control-spec.txt
@@ -316,9 +316,8 @@ $Id$
"config-file" -- The location of Tor's configuration file ("torrc").
- "desc/id/<OR identity>" or "desc/name/<OR nickname>" -- the latest server
- descriptor for a given OR, NUL-terminated. If no such OR is known, the
- corresponding value is an empty string.
+ "desc/id/<OR identity>" or "desc/name/<OR nickname>" -- the latest
+ server descriptor for a given OR, NUL-terminated.
"desc/all-recent" -- the latest server descriptor for every router that
Tor knows about.