diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-11-05 18:31:28 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-11-05 18:31:28 +0000 |
commit | 39db9fbe0012bf06fa2389e5dad8c36880bfd57d (patch) | |
tree | 5e21df1d22960792e49f6f1215747a9bf7f2e261 | |
parent | 3f858b5b26cc424578f5bd1ce984c651904fe8f3 (diff) | |
download | tor-39db9fbe0012bf06fa2389e5dad8c36880bfd57d.tar tor-39db9fbe0012bf06fa2389e5dad8c36880bfd57d.tar.gz |
Yes, "NL" means "LF" to Tor.
svn:r17192
-rw-r--r-- | doc/spec/dir-spec.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index a01083615..1f22290f5 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 |