diff options
Diffstat (limited to 'stapprobes.5.in')
-rw-r--r-- | stapprobes.5.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stapprobes.5.in b/stapprobes.5.in index 0685ba2d..90f746aa 100644 --- a/stapprobes.5.in +++ b/stapprobes.5.in @@ -135,7 +135,7 @@ variant places a probe near the beginning of the named function, so that parameters are available as context variables. The .B .return variant places a probe at the moment of return from the named function, so -the return value is available as the "$retvalue" context variable. +the return value is available as the "$return" context variable. The .B .inline variant is similar to |