summaryrefslogtreecommitdiffstats
path: root/stapfuncs.5.in
diff options
context:
space:
mode:
authorfche <fche>2005-09-27 01:47:05 +0000
committerfche <fche>2005-09-27 01:47:05 +0000
commitab4ff75bd82c8176a95e5c5165ecd9de03e25fcf (patch)
tree92d35223638e4d3d7f1d6939cddc4fc99afff22e /stapfuncs.5.in
parent036252c2fbb479a1919d4961b36eaa0b81a7f152 (diff)
downloadsystemtap-steved-ab4ff75bd82c8176a95e5c5165ecd9de03e25fcf.tar.gz
systemtap-steved-ab4ff75bd82c8176a95e5c5165ecd9de03e25fcf.tar.xz
systemtap-steved-ab4ff75bd82c8176a95e5c5165ecd9de03e25fcf.zip
2005-09-26 Frank Ch. Eigler <fche@elastic.org>
* stapfuncs.5.in: Extend errno_str verbiage. * tapset/errno.stp: Canonicalize script code slightly.
Diffstat (limited to 'stapfuncs.5.in')
-rw-r--r--stapfuncs.5.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/stapfuncs.5.in b/stapfuncs.5.in
index 59a0fab1..a9746a1d 100644
--- a/stapfuncs.5.in
+++ b/stapfuncs.5.in
@@ -158,11 +158,12 @@ including alias and wildcard expansion effects.
target:long ()
Returns the pid of the target process.
-.SS ERROR
+.SS ERRNO
.TP
errno_str:string (e:long)
-Return the symbolic string associated with the given error code.
+Return the symbolic string associated with the given error code, like
+"ENOENT" for the number 2, or "E#3333" for an out-of-range value like 3333.
.SH FILES
.nh