summaryrefslogtreecommitdiffstats
path: root/stapprobes.5.in
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2008-08-15 14:02:51 -0500
committerDavid Smith <dsmith@redhat.com>2008-08-15 14:02:51 -0500
commit3fa5cd6a40695472e3752dce17b5a438f8a830fa (patch)
treef9299c0ec76594877557211c30c505cdfac6ce92 /stapprobes.5.in
parent986e98de88e5a55451aaf24a6ead7f44725124c1 (diff)
parentfd5747054ac2a5c90d209195c55e6310972f969a (diff)
downloadsystemtap-steved-3fa5cd6a40695472e3752dce17b5a438f8a830fa.tar.gz
systemtap-steved-3fa5cd6a40695472e3752dce17b5a438f8a830fa.tar.xz
systemtap-steved-3fa5cd6a40695472e3752dce17b5a438f8a830fa.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap into work
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 4b2b4e2b..5281c40e 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"