diff options
author | fche <fche> | 2005-09-27 01:47:05 +0000 |
---|---|---|
committer | fche <fche> | 2005-09-27 01:47:05 +0000 |
commit | ab4ff75bd82c8176a95e5c5165ecd9de03e25fcf (patch) | |
tree | 92d35223638e4d3d7f1d6939cddc4fc99afff22e /stapfuncs.5.in | |
parent | 036252c2fbb479a1919d4961b36eaa0b81a7f152 (diff) | |
download | systemtap-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.in | 5 |
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 |