summaryrefslogtreecommitdiffstats
path: root/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2008-10-08 11:39:50 +1000
committerddomingo <ddomingo@redhat.com>2008-10-08 11:39:50 +1000
commit905da6a564c4204c15e74969dd7d5ec28063cdbf (patch)
tree40a0be5b4ec3d1340faff952018a2501c672c52c /doc/SystemTap_Beginners_Guide/en-US/Scripts.xml
parentabcca478e050a2207cac91e227683741b46582fa (diff)
downloadsystemtap-steved-905da6a564c4204c15e74969dd7d5ec28063cdbf.tar.gz
systemtap-steved-905da6a564c4204c15e74969dd7d5ec28063cdbf.tar.xz
systemtap-steved-905da6a564c4204c15e74969dd7d5ec28063cdbf.zip
added traceio2.stp
Diffstat (limited to 'doc/SystemTap_Beginners_Guide/en-US/Scripts.xml')
-rw-r--r--doc/SystemTap_Beginners_Guide/en-US/Scripts.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml b/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml
index 55a9c5de..7914e79c 100644
--- a/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml
+++ b/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml
@@ -588,7 +588,7 @@ probe kernel.function(@1).return { }
</programlisting>
</example>
-<para><xref linkend="commandlineargs"/> is similar to <xref linkend="wildcards"/> (earlier in the chapter), except that it allows you to pass the kernel function to be probed as a command-line argument (as in <command>stap commandlineargs.stp <replaceable>kernel function</replaceable></command>). You can also specify the script to accept multiple command-line arguments, noting them as <command>@1</command>, <command>@2</command>, and so on, in the order they are entered by the user.</para>
+<para><xref linkend="commandlineargs"/> is similar to <xref linkend="wildcards"/>, except that it allows you to pass the kernel function to be probed as a command-line argument (as in <command>stap commandlineargs.stp <replaceable>kernel function</replaceable></command>). You can also specify the script to accept multiple command-line arguments, noting them as <command>@1</command>, <command>@2</command>, and so on, in the order they are entered by the user.</para>
</section>
<!-- <section id="SystemTap_Beginners_Guide-Test-Section_2_Test">