소스 검색

Clarify that CRLF means "A CR then an LF". Explain what those are.

Apparently this is not as obvious as I thought.
Nick Mathewson 15 년 전
부모
커밋
ac8b8bca11
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      doc/spec/control-spec.txt

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