summaryrefslogtreecommitdiffstats
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
parent15a53fb7e8f0e3eb7cc2476d390da7f8a06d2c5f (diff)
downloadsystemtap-steved-6287a9e628bcbe6192da8fd9f0ce659a8acc13fc.tar.gz
systemtap-steved-6287a9e628bcbe6192da8fd9f0ce659a8acc13fc.tar.xz
systemtap-steved-6287a9e628bcbe6192da8fd9f0ce659a8acc13fc.zip
Regenerate examples index.
-rw-r--r--testsuite/systemtap.examples/index.html2
-rw-r--r--testsuite/systemtap.examples/index.txt2
-rw-r--r--testsuite/systemtap.examples/keyword-index.html4
-rw-r--r--testsuite/systemtap.examples/keyword-index.txt4
4 files changed, 6 insertions, 6 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>
diff --git a/testsuite/systemtap.examples/index.txt b/testsuite/systemtap.examples/index.txt
index 2e096ab1..3d0495f5 100644
--- a/testsuite/systemtap.examples/index.txt
+++ b/testsuite/systemtap.examples/index.txt
@@ -21,7 +21,7 @@ general/badname.stp - Bad Filename Filter
keywords: filesystem hack
The badname.stp script shows how one could prevent the creation of
- files with undesirable names.
+ files with undesirable names using guru mode.
general/graphs.stp - Graphing Disk and CPU Utilization
diff --git a/testsuite/systemtap.examples/keyword-index.html b/testsuite/systemtap.examples/keyword-index.html
index fe8fcc4e..1a68a9f0 100644
--- a/testsuite/systemtap.examples/keyword-index.html
+++ b/testsuite/systemtap.examples/keyword-index.html
@@ -98,7 +98,7 @@ keywords: <a href="keyword-index.html#DISK">DISK</a> <br>
<ul>
<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>
</ul>
<h3><a name="FORMAT">FORMAT</a></h3>
<ul>
@@ -137,7 +137,7 @@ keywords: <a href="keyword-index.html#DISK">DISK</a> <a href="keyword-index.html
<ul>
<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>
</ul>
<h3><a name="INTERRUPT">INTERRUPT</a></h3>
<ul>
diff --git a/testsuite/systemtap.examples/keyword-index.txt b/testsuite/systemtap.examples/keyword-index.txt
index 866e1d86..056b553a 100644
--- a/testsuite/systemtap.examples/keyword-index.txt
+++ b/testsuite/systemtap.examples/keyword-index.txt
@@ -112,7 +112,7 @@ general/badname.stp - Bad Filename Filter
keywords: filesystem hack
The badname.stp script shows how one could prevent the creation of
- files with undesirable names.
+ files with undesirable names using guru mode.
= FORMAT =
@@ -181,7 +181,7 @@ general/badname.stp - Bad Filename Filter
keywords: filesystem hack
The badname.stp script shows how one could prevent the creation of
- files with undesirable names.
+ files with undesirable names using guru mode.
= INTERRUPT =