summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-01-28 06:46:14 +0000
committerRoger Dingledine <arma@torproject.org>2009-01-28 06:46:14 +0000
commit31d60992c6a71a2aee35bf43267f606755bcac6c (patch)
tree2cb59ed3779ffe41db820adfb6ac9afd5bbf17f4
parent09eab14f78a9730613b240f6ad0e0adbbd1e8de9 (diff)
downloadtor-31d60992c6a71a2aee35bf43267f606755bcac6c.tar.gz
tor-31d60992c6a71a2aee35bf43267f606755bcac6c.zip
more minor bugs in the control spec
svn:r18286
-rw-r--r--doc/spec/control-spec.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt
index 58338d7255..c30c2209cd 100644
--- a/doc/spec/control-spec.txt
+++ b/doc/spec/control-spec.txt
@@ -1702,7 +1702,7 @@ $Id$
Future Tors MAY revisit earlier stages.
Phase 0:
- tag=starting summary="starting"
+ tag=starting summary="Starting"
Tor starts out in this phase.
@@ -1719,7 +1719,7 @@ $Id$
generally happen because Tor doesn't have a network connection, or
because the local firewall is dropping SYN packets.
- Phase 10
+ Phase 10:
tag=handshake_dir summary="Finishing handshake with directory mirror"
This event occurs when Tor establishes a TCP connection with a relay used
@@ -1804,7 +1804,7 @@ $Id$
handshake with a Tor relay.
Phase 90:
- tag=circuit_create "Establishing circuits"
+ tag=circuit_create summary="Establishing circuits"
Once we've finished our TLS handshake with an entry guard, we will
set about trying to make some 3-hop circuits in case we need them soon.