diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-02-28 18:08:58 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-02-28 18:08:58 +0000 |
commit | 8fb73c57f24ae1ab9fce51ed600117e8d11d1816 (patch) | |
tree | bb77b4a9b3d5327f925641d2ebdc3d1d91a714c3 /doc/spec/dir-spec-v1.txt | |
parent | e1176ece5ad70677d34feb097a9b9fcd98143c55 (diff) | |
download | tor-8fb73c57f24ae1ab9fce51ed600117e8d11d1816.tar.gz tor-8fb73c57f24ae1ab9fce51ed600117e8d11d1816.zip |
r11994@catbus: nickm | 2007-02-28 13:08:52 -0500
Re-number misnumbered spec sections. No more having to refer to "the first of two section 6.1s."
svn:r9683
Diffstat (limited to 'doc/spec/dir-spec-v1.txt')
-rw-r--r-- | doc/spec/dir-spec-v1.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/spec/dir-spec-v1.txt b/doc/spec/dir-spec-v1.txt index d5381c0cbe..84cea4e184 100644 --- a/doc/spec/dir-spec-v1.txt +++ b/doc/spec/dir-spec-v1.txt @@ -62,7 +62,7 @@ $Id$ they would not recognize "keyword ....."; and MUST treat "opt keyword ....." as synonymous with "keyword ......" when keyword is recognized. -8.2. Router descriptor format. +2. Router descriptor format. Every router descriptor MUST start with a "router" Item; MUST end with a "router-signature" Item and an extra NL; and MUST contain exactly one @@ -178,7 +178,7 @@ $Id$ [We didn't start parsing these lines until Tor 0.1.0.6-rc; they should be marked with "opt" until earlier versions of Tor are obsolete.] -2.1. Nonterminals in routerdescriptors +2.1. Nonterminals in routerdescriptors nickname ::= between 1 and 19 alphanumeric characters, case-insensitive. @@ -284,15 +284,15 @@ $Id$ "published" YYYY-MM-DD HH:MM:SS - (see 8.3 above) + (see section 3 above) "router-status" list - (see 8.3 above) + (see section 3 above) "directory-signature" NL signature - (see 8.3 above) + (see section 3 above) 5. Behavior of a directory server |