From ffd1346fe1294b4d8a589f7085e394f091761378 Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 16 May 2006 03:24:57 +0000 Subject: 2006-05-15 Frank Ch. Eigler * 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(). --- stapfuncs.5.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stapfuncs.5.in') 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 -- cgit