aboutsummaryrefslogtreecommitdiff
path: root/dir-spec.txt
diff options
context:
space:
mode:
authorjuga0 <juga@riseup.net>2018-06-28 17:51:37 +0000
committerjuga0 <juga@riseup.net>2018-06-28 17:51:37 +0000
commitdb21d86d87d034ea63d88c9eb7f379d344b53bce (patch)
treee3a933a59c9bb4acacc3f72cf61ae069596a8688 /dir-spec.txt
parent9553d371034bc58d8ebbde45fc5c652c9ff7b947 (diff)
downloadtorspec-db21d86d87d034ea63d88c9eb7f379d344b53bce.tar.gz
torspec-db21d86d87d034ea63d88c9eb7f379d344b53bce.zip
Fix definition of Value
ArgumentChar is already defined in 1.2. Also change definitions order.
Diffstat (limited to 'dir-spec.txt')
-rw-r--r--dir-spec.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/dir-spec.txt b/dir-spec.txt
index 83718fc..e11ead1 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -2091,9 +2091,9 @@
[At most once in votes; none in consensuses]
- Value ::= any printing ASCII character except NL and SP.
- KeyValue ::= Keyword '=' Value
KeyValues ::= KeyValue | KeyValues SP KeyValue
+ KeyValue ::= Keyword '=' Value
+ Value ::= ArgumentCharValue+
The headers from the bandwidth file used to generate this vote.
The bandwidth file headers are described in bandwidth-file-spec.txt.