diff options
author | William Cohen <wcohen@redhat.com> | 2008-11-19 20:27:28 -0500 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2008-11-19 20:27:28 -0500 |
commit | a006b96108a8b92b73af5ddb396cb1b1119f5529 (patch) | |
tree | a4d14055400a0ff012c45cac54bb1192ed0e716d /doc/SystemTap_Beginners_Guide/en-US/Scripts.xml | |
parent | 64db9629ddd2604cad4dc00086e028205fde46a5 (diff) | |
parent | c59943f6936e93819978d5149500ca217d09667a (diff) | |
download | systemtap-steved-a006b96108a8b92b73af5ddb396cb1b1119f5529.tar.gz systemtap-steved-a006b96108a8b92b73af5ddb396cb1b1119f5529.tar.xz systemtap-steved-a006b96108a8b92b73af5ddb396cb1b1119f5529.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'doc/SystemTap_Beginners_Guide/en-US/Scripts.xml')
-rw-r--r-- | doc/SystemTap_Beginners_Guide/en-US/Scripts.xml | 4 |
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> |