summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-11-05 18:31:28 +0000
committerNick Mathewson <nickm@torproject.org>2008-11-05 18:31:28 +0000
commit39db9fbe0012bf06fa2389e5dad8c36880bfd57d (patch)
tree5e21df1d22960792e49f6f1215747a9bf7f2e261
parent3f858b5b26cc424578f5bd1ce984c651904fe8f3 (diff)
downloadtor-39db9fbe0012bf06fa2389e5dad8c36880bfd57d.tar.gz
tor-39db9fbe0012bf06fa2389e5dad8c36880bfd57d.zip
Yes, "NL" means "LF" to Tor.
svn:r17192
-rw-r--r--doc/spec/dir-spec.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt
index a010836156..1f22290f5c 100644
--- a/doc/spec/dir-spec.txt
+++ b/doc/spec/dir-spec.txt
@@ -213,6 +213,7 @@ $Id$
More formally:
+ NL = The ascii LF character (hex value 0x0a).
Document ::= (Item | NL)+
Item ::= KeywordLine Object*
KeywordLine ::= Keyword NL | Keyword WS ArgumentChar+ NL