From 4ef55e8308f34b73d6a0a69850900ae0d06499ce Mon Sep 17 00:00:00 2001 From: ddomingo Date: Thu, 11 Sep 2008 16:16:29 +1000 Subject: fixed tag error --- doc/SystemTap_Beginners_Guide/en-US/Scripts.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/SystemTap_Beginners_Guide/en-US') diff --git a/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml b/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml index d11eec2d..bed0bd06 100644 --- a/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml +++ b/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml @@ -145,9 +145,9 @@ probe begin The printf () statement is one of the simplest handler tools for printing data. printf () can also be used to trap data using a wide variety of SystemTap handler functions using the following format: + is "handler tool" appropriate? - printf ("[format string]\n", [argument]) -- cgit