summaryrefslogtreecommitdiffstats
path: root/doc/SystemTap_Beginners_Guide
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2008-09-11 16:16:29 +1000
committerddomingo <ddomingo@redhat.com>2008-09-11 16:16:29 +1000
commit4ef55e8308f34b73d6a0a69850900ae0d06499ce (patch)
tree5359c5976f0d05bfeb66ba974219bdf340795bad /doc/SystemTap_Beginners_Guide
parent098339421820a5c349a7c1d09b531b7fdcd66302 (diff)
downloadsystemtap-steved-4ef55e8308f34b73d6a0a69850900ae0d06499ce.tar.gz
systemtap-steved-4ef55e8308f34b73d6a0a69850900ae0d06499ce.tar.xz
systemtap-steved-4ef55e8308f34b73d6a0a69850900ae0d06499ce.zip
fixed tag error
Diffstat (limited to 'doc/SystemTap_Beginners_Guide')
-rw-r--r--doc/SystemTap_Beginners_Guide/en-US/Scripts.xml2
1 files changed, 1 insertions, 1 deletions
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 <command>printf ()</command> statement is one of the simplest handler tools for printing data. <command>printf ()</command> can also be used to trap data using a wide variety of SystemTap handler functions using the following format:
</para>
+</formalpara>
<remark>is "handler tool" appropriate?</remark>
-</formalpara>
<programlisting>
printf ("<replaceable>[format string]</replaceable>\n", <replaceable>[argument]</replaceable>)