aboutsummaryrefslogtreecommitdiff
path: root/spec/control-spec/message-format.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/control-spec/message-format.md')
-rw-r--r--spec/control-spec/message-format.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/control-spec/message-format.md b/spec/control-spec/message-format.md
index 5a1a6ad..a9af669 100644
--- a/spec/control-spec/message-format.md
+++ b/spec/control-spec/message-format.md
@@ -64,7 +64,7 @@ controller correctly.
<a id="control-spec.txt-2.2"></a>
-## Commands from controller to Tor
+## Commands from controller to Tor { #commands }
```text
Command = Keyword OptArguments CRLF / "+" Keyword OptArguments CRLF CmdData
@@ -81,7 +81,7 @@ their arguments are described below in section 3.
<a id="control-spec.txt-2.3"></a>
-## Replies from Tor to the controller
+## Replies from Tor to the controller { #replies }
```text
Reply = SyncReply / AsyncReply
@@ -109,7 +109,7 @@ the final line (usually "650 OK") omitted.\]
<a id="control-spec.txt-2.4"></a>
-## General-use tokens
+## General-use tokens { #tokens }
; CRLF means, "the ASCII Carriage Return character (decimal value 13)
; followed by the ASCII Linefeed character (decimal value 10)."