]> sourceware.org Git - systemtap.git/commitdiff
man/stapprobes.3stap: add blurb about ENUMERATED
authorJonathan Lebon <jlebon@redhat.com>
Thu, 5 Jun 2014 14:11:14 +0000 (10:11 -0400)
committerJonathan Lebon <jlebon@redhat.com>
Thu, 5 Jun 2014 14:19:50 +0000 (10:19 -0400)
man/stapprobes.3stap

index 2606d54dcfec46751eb0b68bb8822e55ab2312f0..a66ab866115fc5811e2067462d507075d936d4f7 100644 (file)
@@ -449,7 +449,8 @@ or a "+".  The line number is assumed to be an
 absolute line number if preceded by a ":", or relative to the
 declaration line 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".
+A range of lines x through y can be matched with ":x\-y". Ranges and
+specific lines can be mixed using commas, e.g. ":x,y\-z".
 .PP
 As an alternative, PATTERN may be a numeric constant, indicating an
 address.  Such an address may be found from symbol tables of the
This page took 0.028675 seconds and 5 git commands to generate.