From: William Cohen Date: Mon, 25 Oct 2010 22:19:37 +0000 (-0400) Subject: Fix thread_ident typos. X-Git-Tag: release-1.4~99 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=d7f2c524527a11c3a7bc17949aefb806b7f4ebf6;p=systemtap.git Fix thread_ident typos. --- diff --git a/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml b/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml index dc5886440..06e117e6b 100644 --- a/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml +++ b/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml @@ -990,9 +990,9 @@ probe kernel.function("*@net/socket.c").return This sample output contains the following information: - The time (in microseconds) since the initial thread_ident() call for the thread (included in the string from thread_ident()). + The time (in microseconds) since the initial thread_indent() call for the thread (included in the string from thread_indent()). - The process name (and its corresponding ID) that made the function call (included in the string from thread_ident()). + The process name (and its corresponding ID) that made the function call (included in the string from thread_indent()). An arrow signifying whether the call was an entry (<-) or an exit (->); the indentations help you match specific function call entries with their corresponding exits.