diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-03-05 17:00:13 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-03-05 17:00:42 -0500 |
commit | ac8b8bca1167dee1ecd3bea1e1b8db945a6cede8 (patch) | |
tree | 90df2d3354c74b2ea01b24ee611600d0dafab11b /doc | |
parent | 625963d92a3457470cd5097051fddd00a6b5e04c (diff) | |
download | tor-ac8b8bca1167dee1ecd3bea1e1b8db945a6cede8.tar.gz tor-ac8b8bca1167dee1ecd3bea1e1b8db945a6cede8.zip |
Clarify that CRLF means "A CR then an LF". Explain what those are.
Apparently this is not as obvious as I thought.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/control-spec.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt index 7d3312a5a8..9ae51b0a1b 100644 --- a/doc/spec/control-spec.txt +++ b/doc/spec/control-spec.txt @@ -87,6 +87,10 @@ 2.4. General-use tokens + ; CRLF means, "the ASCII Carriage Return character (decimal value value 13) + ; followed by the ASCII Linefeed character (decimal value 10)." + CRLF = CR LF + ; Identifiers for servers. ServerID = Nickname / Fingerprint |