From b1a80a41d336daa1501f56f73558806f15231f3c Mon Sep 17 00:00:00 2001 From: William Cohen Date: Mon, 15 Dec 2008 16:28:41 -0500 Subject: Minor edits error chapter. --- doc/SystemTap_Beginners_Guide/en-US/Errors.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc') 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? - The following invalid SystemTap script is missing the its probe + The following invalid SystemTap script is missing its probe handlers: @@ -473,8 +473,9 @@ probe syscall.open foo refers to. This usually means that SystemTap could not find a match for foo in the - tapset library. The N refers to the column - the error occurred in. + tapset library. The N refers to the + line and column of + the error. 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) -- cgit