aboutsummaryrefslogtreecommitdiff
path: root/spec/control-spec/implementation-notes.md
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-10-12 21:46:51 -0400
committerNick Mathewson <nickm@torproject.org>2023-10-12 21:46:51 -0400
commit3cd7716900e9e0712fb0ee4313979b37b172c4aa (patch)
tree30ed9b03475f7b3f93801a982c4f45afc72c7f57 /spec/control-spec/implementation-notes.md
parentc7b1172618fbeadd0d6236a406697e2a99e58af9 (diff)
downloadtorspec-3cd7716900e9e0712fb0ee4313979b37b172c4aa.tar.gz
torspec-3cd7716900e9e0712fb0ee4313979b37b172c4aa.zip
Update more things that looked like html tags in the markdown
Diffstat (limited to 'spec/control-spec/implementation-notes.md')
-rw-r--r--spec/control-spec/implementation-notes.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/spec/control-spec/implementation-notes.md b/spec/control-spec/implementation-notes.md
index 1a610bb..8340a94 100644
--- a/spec/control-spec/implementation-notes.md
+++ b/spec/control-spec/implementation-notes.md
@@ -47,9 +47,10 @@ This is then encoded in hexadecimal, prefixed by the indicator sequence
++++++++++++++++**^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
salt hashed value
indicator
+```
- You can generate the salt of a password by calling
-
+You can generate the salt of a password by calling
+```
'tor --hash-password <password>'
```