summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/index.html
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2009-09-17 15:44:52 +0200
committerMark Wielaard <mjw@redhat.com>2009-09-17 15:44:52 +0200
commit6287a9e628bcbe6192da8fd9f0ce659a8acc13fc (patch)
treec1594224992b1d4e61ea94ceb46a22e6da39701b /testsuite/systemtap.examples/index.html
parent15a53fb7e8f0e3eb7cc2476d390da7f8a06d2c5f (diff)
downloadsystemtap-steved-6287a9e628bcbe6192da8fd9f0ce659a8acc13fc.tar.gz
systemtap-steved-6287a9e628bcbe6192da8fd9f0ce659a8acc13fc.tar.xz
systemtap-steved-6287a9e628bcbe6192da8fd9f0ce659a8acc13fc.zip
Regenerate examples index.
Diffstat (limited to 'testsuite/systemtap.examples/index.html')
-rw-r--r--testsuite/systemtap.examples/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/index.html b/testsuite/systemtap.examples/index.html
index cd2faadb..ba0d0fd7 100644
--- a/testsuite/systemtap.examples/index.html
+++ b/testsuite/systemtap.examples/index.html
@@ -48,7 +48,7 @@ keywords: <a href="keyword-index.html#FORMAT">FORMAT</a> <br>
<p>The script prints a table showing the available attributes (bold, underline, and inverse) with color combinations for the ans_set_color3() function in the ansi.stp tapset.</p></li>
<li><a href="general/badname.stp">general/badname.stp</a> - Bad Filename Filter<br>
keywords: <a href="keyword-index.html#FILESYSTEM">FILESYSTEM</a> <a href="keyword-index.html#HACK">HACK</a> <br>
-<p>The badname.stp script shows how one could prevent the creation of files with undesirable names.</p></li>
+<p>The badname.stp script shows how one could prevent the creation of files with undesirable names using guru mode.</p></li>
<li><a href="general/graphs.stp">general/graphs.stp</a> - Graphing Disk and CPU Utilization<br>
keywords: <a href="keyword-index.html#DISK">DISK</a> <a href="keyword-index.html#CPU">CPU</a> <a href="keyword-index.html#USE">USE</a> <a href="keyword-index.html#GRAPH">GRAPH</a> <br>
<p>The script tracks the disk and CPU utilization. The resulting output of the script can be piped into gnuplot to generate a graph of disk and CPU USE.</p></li>