From: ddomingo Date: Thu, 11 Sep 2008 06:16:29 +0000 (+1000) Subject: fixed tag error X-Git-Tag: release-0.7.2~14 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=4ef55e8308f34b73d6a0a69850900ae0d06499ce;p=systemtap.git fixed tag error --- diff --git a/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml b/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml index d11eec2d8..bed0bd066 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])