summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfche <fche>2006-02-15 14:13:02 +0000
committerfche <fche>2006-02-15 14:13:02 +0000
commit8492a08526bd4aab62bdd7b1944090548d04d78e (patch)
tree9917fd36262bda63aa87ab49fcca64ecb43fe306
parent92d0b6d2e1bd3a24809c9d0da15b470aa0e2b198 (diff)
downloadsystemtap-steved-8492a08526bd4aab62bdd7b1944090548d04d78e.tar.gz
systemtap-steved-8492a08526bd4aab62bdd7b1944090548d04d78e.tar.xz
systemtap-steved-8492a08526bd4aab62bdd7b1944090548d04d78e.zip
wording tweaks
-rw-r--r--stapfuncs.5.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/stapfuncs.5.in b/stapfuncs.5.in
index b6b663f3..be93a814 100644
--- a/stapfuncs.5.in
+++ b/stapfuncs.5.in
@@ -150,13 +150,13 @@ probefunc:string ()
Return the probe point's function name.
.TP
target:long ()
-Returns the pid of the target process.
+Return the pid of the target process.
.TP
is_return:long ()
-Returns 1 if the probe point is a return probe.
+Return 1 if the probe point is a return probe.
.TP
returnval:long ()
-Gets the return value of a probed function. Must be a return probe.
+Return the pending return value of the function being return-probed.
.SS ERRNO
.TP