]> sourceware.org Git - systemtap.git/commitdiff
wording tweaks
authorfche <fche>
Wed, 15 Feb 2006 14:13:02 +0000 (14:13 +0000)
committerfche <fche>
Wed, 15 Feb 2006 14:13:02 +0000 (14:13 +0000)
stapfuncs.5.in

index b6b663f382fd4cb665428a6ea35215e422fc41e5..be93a814788f2bc66bff4636d339f1e187fa5c4c 100644 (file)
@@ -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
This page took 0.024554 seconds and 5 git commands to generate.