aboutsummaryrefslogtreecommitdiff
path: root/spec/bridgedb-spec.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bridgedb-spec.md')
-rw-r--r--spec/bridgedb-spec.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/bridgedb-spec.md b/spec/bridgedb-spec.md
index fc95399..8572d8f 100644
--- a/spec/bridgedb-spec.md
+++ b/spec/bridgedb-spec.md
@@ -390,20 +390,20 @@ After bridges are selected using one of the methods described in
Sections 4 - 6, they are output in one of two formats. Bridges are
formatted as:
-<address:port> NL
+`<address:port> NL`
Pluggable transports are formatted as:
-<transportname> SP <address:port> [SP arglist] NL
+`<transportname> SP <address:port> [SP arglist] NL`
where arglist is an optional space-separated list of key-value pairs in
the form of k=v.
Previously, each line was prepended with the "bridge" keyword, such as
-"bridge" SP <address:port> NL
+`"bridge" SP <address:port> NL`
-"bridge" SP <transportname> SP <address:port> [SP arglist] NL
+`"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.