aboutsummaryrefslogtreecommitdiff
path: root/spec/dir-spec/extra-info-document-format.md
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-10-13 18:07:26 -0400
committerNick Mathewson <nickm@torproject.org>2023-10-13 18:07:26 -0400
commit7a370ea5302b7c36eb8586fbda603419fb74ec2e (patch)
treef3ed1c0b2f53d123c48ac1038be9daaf7f4b7040 /spec/dir-spec/extra-info-document-format.md
parentf79272ef1f774b3788b74a3fe4fef75095dfae06 (diff)
downloadtorspec-7a370ea5302b7c36eb8586fbda603419fb74ec2e.tar.gz
torspec-7a370ea5302b7c36eb8586fbda603419fb74ec2e.zip
Add backticks to more things that look like html.
Diffstat (limited to 'spec/dir-spec/extra-info-document-format.md')
-rw-r--r--spec/dir-spec/extra-info-document-format.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/dir-spec/extra-info-document-format.md b/spec/dir-spec/extra-info-document-format.md
index a821ecc..7307885 100644
--- a/spec/dir-spec/extra-info-document-format.md
+++ b/spec/dir-spec/extra-info-document-format.md
@@ -128,13 +128,13 @@ per protocol family.
List of mappings from pluggable transport names to the number
of unique IP addresses that have connected using that
pluggable transport. Unobfuscated connections are counted
-using the reserved pluggable transport name "<OR>" (without
+using the reserved pluggable transport name "`<OR>`" (without
quotes). If we received a connection from a transport proxy
but we couldn't figure out the name of the pluggable
transport, we use the reserved pluggable transport name
-"<??>".
+"`<??>`".
-("<OR>" and "<??>" are reserved because normal pluggable
+("`<OR>`" and "`<??>`" are reserved because normal pluggable
transport names MUST match the following regular expression:
"[a-zA-Z_][a-zA-Z0-9_]*" )