From f0f263b8018d1d33788eac8ed93f7a1aae1ef5cc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 2 May 2017 18:09:11 -0400 Subject: simplify --- doc/evidence.mdwn | 11 +++++------ doc/evidence/simple.png | Bin 66620 -> 0 bytes 2 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 doc/evidence/simple.png 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 Binary files a/doc/evidence/simple.png and /dev/null differ -- cgit v1.2.3