From 5191b61cb908d096d872ad26f8f632641ff15cc8 Mon Sep 17 00:00:00 2001 From: ddomingo Date: Thu, 20 Nov 2008 10:56:02 +1000 Subject: revise as per wcohen, run 2 --- doc/SystemTap_Beginners_Guide/en-US/Scripts.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/SystemTap_Beginners_Guide/en-US/Scripts.xml') 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 event {statements} - 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 function, as in: -- cgit