summaryrefslogtreecommitdiffstats
path: root/doc/SystemTap_Beginners_Guide/en-US
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2008-12-15 16:28:41 -0500
committerWilliam Cohen <wcohen@redhat.com>2008-12-15 16:28:41 -0500
commitb1a80a41d336daa1501f56f73558806f15231f3c (patch)
tree8110f6edc25eb2f4d5fe692008173cf624f57feb /doc/SystemTap_Beginners_Guide/en-US
parentb3234491c1bf5e845a16f33f6f2c4dffd2bf6a77 (diff)
downloadsystemtap-steved-b1a80a41d336daa1501f56f73558806f15231f3c.tar.gz
systemtap-steved-b1a80a41d336daa1501f56f73558806f15231f3c.tar.xz
systemtap-steved-b1a80a41d336daa1501f56f73558806f15231f3c.zip
Minor edits error chapter.
Diffstat (limited to 'doc/SystemTap_Beginners_Guide/en-US')
-rw-r--r--doc/SystemTap_Beginners_Guide/en-US/Errors.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/SystemTap_Beginners_Guide/en-US/Errors.xml b/doc/SystemTap_Beginners_Guide/en-US/Errors.xml
index 910ff510..62e89580 100644
--- a/doc/SystemTap_Beginners_Guide/en-US/Errors.xml
+++ b/doc/SystemTap_Beginners_Guide/en-US/Errors.xml
@@ -101,7 +101,7 @@
replicate?</remark>
<para>
- The following invalid SystemTap script is missing the its probe
+ The following invalid SystemTap script is missing its probe
handlers:
</para>
@@ -473,8 +473,9 @@ probe syscall.open
<computeroutput><replaceable>foo</replaceable></computeroutput> refers
to. This usually means that SystemTap could not find a match for
<computeroutput><replaceable>foo</replaceable></computeroutput> in the
- tapset library. The <replaceable>N</replaceable> refers to the column
- the error occurred in.</para>
+ tapset library. The <replaceable>N</replaceable> refers to the
+ line and column of
+ the error.</para>
</formalpara>
<remark>how to explain N in previous? "The divergence from the “tree” of probe point namespace is at position N (starting with zero at left)." (from tutorial) </remark>