aboutsummaryrefslogtreecommitdiff
path: root/dir-spec.txt
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2023-01-26 10:11:26 -0500
committerDavid Goulet <dgoulet@torproject.org>2023-01-26 10:11:26 -0500
commit0da1241f98566ff0e6eb9e839ac34ffc7967c552 (patch)
tree60835ad826379e1cdd1a216c4fbbeae8774ea8f0 /dir-spec.txt
parent5e864771d1f3245a7421d0502e285d134bcb1497 (diff)
parent83fd14cbae822271b05806174f929c8836110f92 (diff)
downloadtorspec-0da1241f98566ff0e6eb9e839ac34ffc7967c552.tar.gz
torspec-0da1241f98566ff0e6eb9e839ac34ffc7967c552.zip
Merge branch 'tor-gitlab/mr/104'
Diffstat (limited to 'dir-spec.txt')
-rw-r--r--dir-spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir-spec.txt b/dir-spec.txt
index 0ab0c98..b6a7c8e 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -279,7 +279,7 @@ Table of Contents
NL = The ascii LF character (hex value 0x0a).
Document ::= (Item | NL)+
- Item ::= KeywordLine Object*
+ Item ::= KeywordLine Object?
KeywordLine ::= Keyword (WS Argument)* NL
Keyword = KeywordStart KeywordChar*
KeywordStart ::= 'A' ... 'Z' | 'a' ... 'z' | '0' ... '9'