summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-03-21 12:45:01 -0400
committerNick Mathewson <nickm@torproject.org>2010-03-21 12:45:01 -0400
commit28cda33299d2654ff43b7174c9e71fb64ad53b3b (patch)
treedde0abe222b134e8de4827d6ef94e0ee256b122f
parentfe3380609e6444aadb88c534de0281d9d15d3c85 (diff)
downloadtor-28cda33299d2654ff43b7174c9e71fb64ad53b3b.tar.gz
tor-28cda33299d2654ff43b7174c9e71fb64ad53b3b.zip
Add a missing NL to dir-spec.
Found by Oğuz
-rw-r--r--doc/spec/dir-spec.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt
index 0a2b01db68..cfe6cd8f92 100644
--- a/doc/spec/dir-spec.txt
+++ b/doc/spec/dir-spec.txt
@@ -592,7 +592,7 @@
with unrecognized items; the protocols line should be preceded with
an "opt" until these Tors are obsolete.]
- "allow-single-hop-exits"
+ "allow-single-hop-exits" NL
[At most once.]
@@ -613,7 +613,7 @@
Fingerprint is encoded in hex (using upper-case letters), with
no spaces.
- "published"
+ "published" YYYY-MM-DD HH:MM:SS NL
[Exactly once.]