aboutsummaryrefslogtreecommitdiff
path: root/spec/control-spec
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-10-13 18:15:32 -0400
committerNick Mathewson <nickm@torproject.org>2023-10-13 18:15:32 -0400
commitd4b9bcc71565e1c3b7b74ddfcd44730697c10c6b (patch)
tree57ce1c73a1e4f859908731085f346e011fd1b453 /spec/control-spec
parent7a370ea5302b7c36eb8586fbda603419fb74ec2e (diff)
downloadtorspec-d4b9bcc71565e1c3b7b74ddfcd44730697c10c6b.tar.gz
torspec-d4b9bcc71565e1c3b7b74ddfcd44730697c10c6b.zip
Several more warnings from markdownlint.
Diffstat (limited to 'spec/control-spec')
-rw-r--r--spec/control-spec/implementation-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/control-spec/implementation-notes.md b/spec/control-spec/implementation-notes.md
index b93f5d6..e69f755 100644
--- a/spec/control-spec/implementation-notes.md
+++ b/spec/control-spec/implementation-notes.md
@@ -53,7 +53,7 @@ This is then encoded in hexadecimal, prefixed by the indicator sequence
You can generate the salt of a password by calling
-```
+```text
'tor --hash-password <password>'
```