summaryrefslogtreecommitdiffstats
path: root/stapprobes.5.in
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-08-15 14:46:27 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-08-15 14:46:27 -0400
commitfd5747054ac2a5c90d209195c55e6310972f969a (patch)
treecd191aba96a5b2a4f198427144e36de49c43f7ff /stapprobes.5.in
parentaa15b9f0167dfc87c3bd78e956005b0eacefbc98 (diff)
downloadsystemtap-steved-fd5747054ac2a5c90d209195c55e6310972f969a.tar.gz
systemtap-steved-fd5747054ac2a5c90d209195c55e6310972f969a.tar.xz
systemtap-steved-fd5747054ac2a5c90d209195c55e6310972f969a.zip
PR6836: tweak $$return formatting
Diffstat (limited to 'stapprobes.5.in')
-rw-r--r--stapprobes.5.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/stapprobes.5.in b/stapprobes.5.in
index f1626166..a3697d0d 100644
--- a/stapprobes.5.in
+++ b/stapprobes.5.in
@@ -356,7 +356,7 @@ expands to a subset of $$vars for only function parameters.
.TP
$$return
is available in return probes only. It expands to a string that
-is equivalent to sprintf("$return=%x", $return)
+is equivalent to sprintf("return=%x", $return)
if the probed function has a return value, or else an empty string.
.PP
For ".return" probes, context variables other than the "$return"