From d7f2c524527a11c3a7bc17949aefb806b7f4ebf6 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Mon, 25 Oct 2010 18:19:37 -0400 Subject: [PATCH] Fix thread_ident typos. --- doc/SystemTap_Beginners_Guide/en-US/Scripts.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.43.5