diff options
author | Stan Cox <scox@redhat.com> | 2008-06-23 16:02:09 -0400 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 2008-06-23 16:02:09 -0400 |
commit | 99a5f9cff817559055ffec853ad1d6d91ad21098 (patch) | |
tree | 523b3a09ac5bb97dd192578c609dd3514de08b4c /doc | |
parent | 30fa13cdf6b8225d590642226e1255d3f574ef8a (diff) | |
download | systemtap-steved-99a5f9cff817559055ffec853ad1d6d91ad21098.tar.gz systemtap-steved-99a5f9cff817559055ffec853ad1d6d91ad21098.tar.xz systemtap-steved-99a5f9cff817559055ffec853ad1d6d91ad21098.zip |
Update documentation for .statement wildcard.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/langref.tex | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/langref.tex b/doc/langref.tex index 28a9f1b6..e2c630d4 100644 --- a/doc/langref.tex +++ b/doc/langref.tex @@ -751,10 +751,12 @@ In most cases, the path should be relative to the top of the linux source directory, although an absolute path may be necessary for some kernels. If a relative pathname doesn't work, try absolute. \item The third part is optional if the file name part was given. It identifies -the line number in the source file, preceded by a '':'' or ''+''. +the line number in the source file, preceded by a ``:'' or ``+''. The line number is assumed to be an -absolute line number if preceded by a '':'', or relative to the entry of -function if preceded by a ''+''. +absolute line number if preceded by a ``:'', or relative to the entry of +the function if preceded by a ``+''. +All the lines in the function can be matched with ``:*''. +A range of lines x through y can be matched with ``:x-y''. \end{enumerate} Alternately, specify PATTERN as a numeric constant to indicate a relative |