From db21d86d87d034ea63d88c9eb7f379d344b53bce Mon Sep 17 00:00:00 2001 From: juga0 Date: Thu, 28 Jun 2018 17:51:37 +0000 Subject: 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(-) (limited to 'dir-spec.txt') 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. -- cgit v1.2.3-54-g00ecf