diff options
author | kevinrs <kevinrs> | 2005-09-26 22:21:21 +0000 |
---|---|---|
committer | kevinrs <kevinrs> | 2005-09-26 22:21:21 +0000 |
commit | 48ce39e1ca54e39a1ef1958614d5852e1f5e70ee (patch) | |
tree | e1604d2c422811102cb78c4bfce78810d8fb2cf7 | |
parent | 88b239fb19cbe5a6bfa3be2b9d85e2851424c1e4 (diff) | |
download | systemtap-steved-48ce39e1ca54e39a1ef1958614d5852e1f5e70ee.tar.gz systemtap-steved-48ce39e1ca54e39a1ef1958614d5852e1f5e70ee.tar.xz systemtap-steved-48ce39e1ca54e39a1ef1958614d5852e1f5e70ee.zip |
CV: ----------------------------------------------------------------------
-rw-r--r-- | stapfuncs.5.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stapfuncs.5.in b/stapfuncs.5.in index f883a8ad..59a0fab1 100644 --- a/stapfuncs.5.in +++ b/stapfuncs.5.in @@ -158,6 +158,12 @@ including alias and wildcard expansion effects. target:long () Returns the pid of the target process. +.SS ERROR + +.TP +errno_str:string (e:long) +Return the symbolic string associated with the given error code. + .SH FILES .nh .IR /usr/share/systemtap/tapset |