summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2013-11-25 15:54:27 +0100
committerJiri Kastner <jkastner@redhat.com>2013-12-02 13:10:22 +0100
commite61dfd78a7c3350a0fa0a50c6cfa7fe03b345af1 (patch)
treebe9d77f7454f583d08f48f706cb1ab8ed3090907
parentc9af5bfa244fb2663c8a0774a56b1580b9d2293b (diff)
downloadtuna-e61dfd78a7c3350a0fa0a50c6cfa7fe03b345af1.tar.gz
docs: Remove stray </a>
Remove a stray </a> without a paired <a>. This was probably left over from an early edit. It doesn't cause any harm for html parsers that ignore it, but can cause complaints by tools that look for problems in xml. Signed-off-by: John Kacur <jkacur@redhat.com> Signed-off-by: Jiri Kastner <jkastner@redhat.com>
-rw-r--r--docs/oscilloscope+tuna.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/oscilloscope+tuna.html b/docs/oscilloscope+tuna.html
index 9bba9ae..de3b4d7 100644
--- a/docs/oscilloscope+tuna.html
+++ b/docs/oscilloscope+tuna.html
@@ -103,7 +103,7 @@ OSADL - The Open Source Automation Development Lab
<p class="news-single-author">By: Carsten Emde (Used by permission)</p>
<h3>New versatile tools are helping us to manage real-time challenges under Linux (but you still can't tuna fish).</h3>
- <div class="news-single-img"><img src="uploads/pics/spike.gif" width="144" height="107" border="0" alt="" title="" /></a><p class="news-single-imgcaption">The "CyclictestoSCOPE" in action</p></div>
+ <div class="news-single-img"><img src="uploads/pics/spike.gif" width="144" height="107" border="0" alt="" title="" /><p class="news-single-imgcaption">The "CyclictestoSCOPE" in action</p></div>
<p class="bodytext">Do you wish you had a built-in oscilloscope that continuously displays the latency of your system? Here is one - thanks to Arnaldo Carvalho de Melo who not only wrote the <strong>oscilloscope</strong> but also the graphical process inspection and modification tool <strong>tuna</strong> that is part of the same tool package. In addition, these tools are not only very versatile tools that help us to manage real-time challenges - they also are excellent examples of the power and the beauty of the Python script language and its libraries. <br /> </p>
<p class="bodytext">However, before we can install and run these tools, we must learn a little bit about <strong>cyclictest</strong> and its command line arguments, since this is where oscilloscope gets its data from. </p>
<h5>Cyclictest<br /></h5>