aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-10-13 17:57:08 -0400
committerNick Mathewson <nickm@torproject.org>2023-10-13 17:59:47 -0400
commitfa014ec90411fd754dd257d04afa1a953e15bf31 (patch)
tree3090f23801f8ce0e0d395dceeed500b13d5d8579
parent3cd7716900e9e0712fb0ee4313979b37b172c4aa (diff)
downloadtorspec-fa014ec90411fd754dd257d04afa1a953e15bf31.tar.gz
torspec-fa014ec90411fd754dd257d04afa1a953e15bf31.zip
Fix some text that is not good markdown.
-rw-r--r--spec/bridgedb-spec.md4
-rw-r--r--spec/dir-spec/converting-curve25519-public-key-to-ed25519-public.md2
-rw-r--r--spec/version-spec.md2
3 files changed, 4 insertions, 4 deletions
diff --git a/spec/bridgedb-spec.md b/spec/bridgedb-spec.md
index 8572d8f..fddd8bd 100644
--- a/spec/bridgedb-spec.md
+++ b/spec/bridgedb-spec.md
@@ -405,8 +405,8 @@ Previously, each line was prepended with the "bridge" keyword, such as
`"bridge" SP <transportname> SP <address:port> [SP arglist] NL`
-# We don't do this anymore because Vidalia and TorLauncher don't expect it.
-# See the commit message for b70347a9c5fd769c6d5d0c0eb5171ace2999a736.
+> We don't do this anymore because Vidalia and TorLauncher don't expect it.
+> See the commit message for b70347a9c5fd769c6d5d0c0eb5171ace2999a736.
<a id="bridgedb-spec.txt-8"></a>
# Writing bridge assignments for statistics
diff --git a/spec/dir-spec/converting-curve25519-public-key-to-ed25519-public.md b/spec/dir-spec/converting-curve25519-public-key-to-ed25519-public.md
index 7541b54..471fbdb 100644
--- a/spec/dir-spec/converting-curve25519-public-key-to-ed25519-public.md
+++ b/spec/dir-spec/converting-curve25519-public-key-to-ed25519-public.md
@@ -51,7 +51,7 @@ Note that in addition to its coordinates, an expanded Ed25519 private key
also has a 32-byte random value, "prefix", used to compute internal `r`
values in the signature. For security, this prefix value should be
derived deterministically from the curve25519 key. The Tor
-implementation derives it as SHA512(private_key | STR)[0..32], where
+implementation derives it as `SHA512(private_key | STR)[0..32]`, where
STR is the nul-terminated string:
"Derive high part of ed25519 key from curve25519 key\0"
diff --git a/spec/version-spec.md b/spec/version-spec.md
index ac9432b..296839b 100644
--- a/spec/version-spec.md
+++ b/spec/version-spec.md
@@ -33,7 +33,7 @@ and any eventual bugfix release would be "0.0.8.1".
Starting at 0.1.0.1-rc, versions are of the format:
-MAJOR.MINOR.MICRO[.PATCHLEVEL][-STATUS_TAG][ (EXTRA_INFO)]*
+`MAJOR.MINOR.MICRO[.PATCHLEVEL][-STATUS_TAG][ (EXTRA_INFO)]*`
The stuff in parentheses is optional. As before, MAJOR, MINOR, MICRO,
and PATCHLEVEL are numbers, with an absent number equivalent to 0.