[tor-commits] [torspec/master] Fix definition of Value
nickm at torproject.org
nickm at torproject.org
Sun Jul 1 14:37:16 UTC 2018
commit db21d86d87d034ea63d88c9eb7f379d344b53bce
Author: juga0 <juga at riseup.net>
Date: Thu Jun 28 17:51:37 2018 +0000
Fix definition of Value
ArgumentChar is already defined in 1.2.
Also change definitions order.
---
dir-spec.txt | 4 ++--
1 file 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.
More information about the tor-commits
mailing list