summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2008-11-04 17:09:31 -0500
committerWilliam Cohen <wcohen@redhat.com>2008-11-04 17:09:31 -0500
commitc5d32cbed98c5410b6ccf0bbd8265c643601faf3 (patch)
tree73ab826653026f7dbdcbdc138f813490acdbe24a
parentf207b82a4ffcba90a35ae5b8cf07a1bd19e2be69 (diff)
downloadsystemtap-steved-c5d32cbed98c5410b6ccf0bbd8265c643601faf3.tar.gz
systemtap-steved-c5d32cbed98c5410b6ccf0bbd8265c643601faf3.tar.xz
systemtap-steved-c5d32cbed98c5410b6ccf0bbd8265c643601faf3.zip
Do not bother to describe "-I" option. Clean up quoting.
-rw-r--r--doc/SystemTap_Beginners_Guide/en-US/Using_SystemTap.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/SystemTap_Beginners_Guide/en-US/Using_SystemTap.xml b/doc/SystemTap_Beginners_Guide/en-US/Using_SystemTap.xml
index 447f3d62..98fc54a8 100644
--- a/doc/SystemTap_Beginners_Guide/en-US/Using_SystemTap.xml
+++ b/doc/SystemTap_Beginners_Guide/en-US/Using_SystemTap.xml
@@ -50,13 +50,6 @@
</varlistentry>
<varlistentry>
- <term>-I <replaceable>directory</replaceable></term>
- <listitem>
- <para>Check the script against additional tapsets found in <command><replaceable>directory</replaceable></command>. This is useful if you have additional tapsets that are not included in <filename>/usr/share/systemtap/tapset/</filename>; for more information about tapsets, refer to <xref linkend="understanding-tapsets"/>.</para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
<term>-o <replaceable>filename</replaceable></term>
<listitem>
<para>Sends the standard output to file (<replaceable>filename</replaceable>).</para>
@@ -64,7 +57,7 @@
</varlistentry>
<varlistentry>
- <term>-e "<replaceable>script</replaceable>"</term>
+ <term>-e '<replaceable>script</replaceable>'</term>
<listitem>
<para>Run given <command><replaceable>script</replaceable></command>.</para>
</listitem>