From: fche Date: Wed, 15 Feb 2006 14:13:02 +0000 (+0000) Subject: wording tweaks X-Git-Tag: release-0.5.5~87 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=8492a08526bd4aab62bdd7b1944090548d04d78e;p=systemtap.git wording tweaks --- diff --git a/stapfuncs.5.in b/stapfuncs.5.in index b6b663f38..be93a8147 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