]> sourceware.org Git - systemtap.git/commitdiff
Fix thread_ident typos.
authorWilliam Cohen <wcohen@redhat.com>
Mon, 25 Oct 2010 22:19:37 +0000 (18:19 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Mon, 25 Oct 2010 22:19:37 +0000 (18:19 -0400)
doc/SystemTap_Beginners_Guide/en-US/Scripts.xml

index dc58864400254bc2ff7f7c4c196c901edb457991..06e117e6b0b42e9e4c54fed0d911aa332f85d4c2 100644 (file)
@@ -990,9 +990,9 @@ probe kernel.function("*@net/socket.c").return
                                         <para>This sample output contains the following information:</para>
 
                                         <itemizedlist>
-                                                <listitem><para>The time (in microseconds) since the initial <command>thread_ident()</command> call for the thread (included in the string from <command>thread_ident()</command>).</para></listitem>
+                                                <listitem><para>The time (in microseconds) since the initial <command>thread_indent()</command> call for the thread (included in the string from <command>thread_indent()</command>).</para></listitem>
 
-                                                <listitem><para>The process name (and its corresponding ID) that made the function call (included in the string from <command>thread_ident()</command>).</para></listitem>
+                                                <listitem><para>The process name (and its corresponding ID) that made the function call (included in the string from <command>thread_indent()</command>).</para></listitem>
 
                                                 <listitem><para>An arrow signifying whether the call was an entry (<computeroutput>&lt;-</computeroutput>) or an exit (<computeroutput>-></computeroutput>); the indentations help you match specific function call entries with their corresponding exits.</para></listitem>
 
This page took 0.091388 seconds and 5 git commands to generate.