summaryrefslogtreecommitdiffhomepage
path: root/doc/evidence.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/evidence.mdwn')
-rw-r--r--doc/evidence.mdwn11
1 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