Browse Source

Yes, "NL" means "LF" to Tor.

svn:r17192
Nick Mathewson 15 years ago
parent
commit
39db9fbe00
1 changed files with 1 additions and 0 deletions
  1. 1 0
      doc/spec/dir-spec.txt

+ 1 - 0
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