summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-05-02 18:09:11 -0400
committerJoey Hess <joeyh@joeyh.name>2017-05-02 18:09:11 -0400
commitf0f263b8018d1d33788eac8ed93f7a1aae1ef5cc (patch)
tree8c0f3974f0b5b9ea1d82222506ea77c462a58ec2 /doc
parente8e389a4bce4f9783ec5a0b57f89843ac00342da (diff)
downloaddebug-me-f0f263b8018d1d33788eac8ed93f7a1aae1ef5cc.tar.gz
simplify
Diffstat (limited to 'doc')
-rw-r--r--doc/evidence.mdwn11
-rw-r--r--doc/evidence/simple.pngbin66620 -> 0 bytes
2 files changed, 5 insertions, 6 deletions
diff --git a/doc/evidence.mdwn b/doc/evidence.mdwn
index ae1590b..1306316 100644
--- a/doc/evidence.mdwn
+++ b/doc/evidence.mdwn
@@ -21,14 +21,13 @@ verified by simply checking the hashes.
The chain of activities can be visualized by running `debug-me --graphviz
logfile`.
-Here are two examples. In both of these, the shell started, the developer
-typed "echo hi" and then saw the output of the command, and then ended the
-session with control-d.
+Here's an example. Reading down the graph, you'll see the shell started,
+the developer typed "echo hi" and then saw the output of the command,
+and then ended the session with control-d.
-[[simple.png]] [[laggy.png]]
+[[laggy.png]]
-The difference between the two sessions is that the one
-on the right went over a laggy network connection. In the middle of its
+That debug-me session had some lag. In the middle of its
graph, you can see that the developer typed "h", and before that letter
echoed back, went on to type "o ". Thus, the chain splits to reflect the
different perspectives of the local and remote debug-me programs at that
diff --git a/doc/evidence/simple.png b/doc/evidence/simple.png
deleted file mode 100644
index dc37286..0000000
--- a/doc/evidence/simple.png
+++ /dev/null
Binary files differ