summaryrefslogtreecommitdiffstats
path: root/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2008-11-20 10:56:02 +1000
committerddomingo <ddomingo@redhat.com>2008-11-20 10:56:02 +1000
commit5191b61cb908d096d872ad26f8f632641ff15cc8 (patch)
treef31776d2313db1c1bd6e3481abeca6fa3849baef /doc/SystemTap_Beginners_Guide/en-US/Scripts.xml
parentf0e31baf0e49c3a5aaaddaa372cf33954b108190 (diff)
downloadsystemtap-steved-5191b61cb908d096d872ad26f8f632641ff15cc8.tar.gz
systemtap-steved-5191b61cb908d096d872ad26f8f632641ff15cc8.tar.xz
systemtap-steved-5191b61cb908d096d872ad26f8f632641ff15cc8.zip
revise as per wcohen, run 2
Diffstat (limited to 'doc/SystemTap_Beginners_Guide/en-US/Scripts.xml')
-rw-r--r--doc/SystemTap_Beginners_Guide/en-US/Scripts.xml4
1 files 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 e0b7c12c..b9eb036e 100644
--- a/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml
+++ b/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml
@@ -85,8 +85,8 @@ probe <replaceable>event</replaceable> {<replaceable>statements</replaceable>}
</note>
<para>
- Systemtap allow you to write functions to factor out code to be used by a
- number of probes. Thus, rather than repeatedly writing the same sequence of
+ Systemtap allows you to write functions to factor out code to be used by a
+ number of probes. Thus, rather than repeatedly writing the same
series of statements in multiple probes, you can just place the instructions
in a <firstterm>function</firstterm>, as in:
</para>