summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2009-03-16 15:32:54 +1000
committerddomingo <ddomingo@redhat.com>2009-03-16 15:32:54 +1000
commitecbe2ee5c2aef01d0c99256a5c9adbf2e8db16d0 (patch)
tree67b7f0f5739866ead7c5a482b091a10154c0c942
parent39aa0af411c2ce1a7ba7f252fcd6924637a1f824 (diff)
downloadsystemtap-steved-ecbe2ee5c2aef01d0c99256a5c9adbf2e8db16d0.tar.gz
systemtap-steved-ecbe2ee5c2aef01d0c99256a5c9adbf2e8db16d0.tar.xz
systemtap-steved-ecbe2ee5c2aef01d0c99256a5c9adbf2e8db16d0.zip
minor edit
-rw-r--r--tapset/signal.stp7
1 files changed, 3 insertions, 4 deletions
diff --git a/tapset/signal.stp b/tapset/signal.stp
index bde9160c..a2ebe145 100644
--- a/tapset/signal.stp
+++ b/tapset/signal.stp
@@ -11,11 +11,10 @@
//
// <tapsetdescription>
// This family of probe points is used to probe signal activities.
-// Since there are so many signals sent to processes at any give
-// point, it's advisable to filter the information according to the
+// Since there are so many signals sent to processes at any given
+// point, it is advisable to filter the information according to the
// requirements. For example, filter only for a particular signal
-// (if sig==2) or filter only for a particular process
-// (if pid_name==stap).
+// (if sig==2) or for a particular process (if pid_name==stap).
// </tapsetdescription>
/**