From ab4ff75bd82c8176a95e5c5165ecd9de03e25fcf Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 27 Sep 2005 01:47:05 +0000 Subject: 2005-09-26 Frank Ch. Eigler * stapfuncs.5.in: Extend errno_str verbiage. * tapset/errno.stp: Canonicalize script code slightly. --- stapfuncs.5.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'stapfuncs.5.in') 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 -- cgit