[tor-commits] [torspec/master] fixup! fixup! Fix definition of Value

nickm at torproject.org nickm at torproject.org
Sun Jul 1 14:37:16 UTC 2018


commit d200f1e939c414649dc0d2a6f822a5923131ec25
Author: juga0 <juga at riseup.net>
Date:   Fri Jun 29 08:53:45 2018 +0000

    fixup! fixup! Fix definition of Value
---
 dir-spec.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dir-spec.txt b/dir-spec.txt
index dd835ad..f2447c2 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -2093,7 +2093,8 @@
 
         KeyValues ::= KeyValue | KeyValues SP KeyValue
         KeyValue ::= Keyword '=' Value
-        Value ::= ArgumentChar+
+        Value ::= ArgumentCharValue+
+        ArgumentCharValue ::= any printing ASCII character except NL and SP.
 
         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