diff options
-rw-r--r-- | stapfuncs.5.in | 6 |
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 |