summaryrefslogtreecommitdiffstats
path: root/stapfuncs.5.in
diff options
context:
space:
mode:
authorfche <fche>2006-05-16 03:24:57 +0000
committerfche <fche>2006-05-16 03:24:57 +0000
commitffd1346fe1294b4d8a589f7085e394f091761378 (patch)
tree382b5e8810a31ecb9e263180a137fe50c52fbf81 /stapfuncs.5.in
parent090e8d5e8cc00bf7c887668f85a43d5767298df5 (diff)
downloadsystemtap-steved-ffd1346fe1294b4d8a589f7085e394f091761378.tar.gz
systemtap-steved-ffd1346fe1294b4d8a589f7085e394f091761378.tar.xz
systemtap-steved-ffd1346fe1294b4d8a589f7085e394f091761378.zip
2006-05-15 Frank Ch. Eigler <fche@elastic.org>
* tapsets.cxx, translator.cxx (*): Designate more emitted functions as static. * translator.cxx (visit_print_format): Correct regression regression from two weeks ago. * stapfuncs.5.in: Tweak wording. Deprecate returnval() in favour of retval().
Diffstat (limited to 'stapfuncs.5.in')
-rw-r--r--stapfuncs.5.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/stapfuncs.5.in b/stapfuncs.5.in
index 2d3d0678..ba6018ae 100644
--- a/stapfuncs.5.in
+++ b/stapfuncs.5.in
@@ -163,15 +163,15 @@ Return the probe point associated with the currently running probe handler,
including alias and wildcard expansion effects.
.TP
probefunc:string ()
-Return the probe point's function name.
+Return the probe point's function name, if known.
.TP
target:long ()
Return the pid of the target process.
.TP
is_return:long ()
-Return 1 if the probe point is a return probe.
+Return 1 if the probe point is a return probe. Deprecated.
.TP
-returnval:long ()
+retval:long ()
Return the pending return value of the function being return-probed.
.SS ERRNO