From 354ddff1153afb99cf20aeca0a0e0324887bc546 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 5 Jun 2014 10:11:14 -0400 Subject: [PATCH] man/stapprobes.3stap: add blurb about ENUMERATED --- man/stapprobes.3stap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/stapprobes.3stap b/man/stapprobes.3stap index 2606d54dc..a66ab8661 100644 --- a/man/stapprobes.3stap +++ b/man/stapprobes.3stap @@ -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 -- 2.43.5