]> sourceware.org Git - systemtap.git/commitdiff
Add errno.stp to the tapset documentation
authorWilliam Cohen <wcohen@redhat.com>
Mon, 6 Dec 2010 22:15:32 +0000 (17:15 -0500)
committerWilliam Cohen <wcohen@redhat.com>
Mon, 6 Dec 2010 22:15:32 +0000 (17:15 -0500)
doc/SystemTap_Tapset_Reference/tapsets.tmpl
tapset/errno.stp

index 974b29e548972d3f5aecea5733d101bb2f4667d3..eceb109357d0263e608850d589726ebf43c2ae5a 100644 (file)
       It contains the following probe points:
     </para>
 !Itapset/signal.stp
+  </chapter>
+  <chapter id="errno.stp">
+    <title>Errno Tapset</title>
+    <para>
+      This set of funciont is used to handle errno number values.
+      It contains the following function:
+    </para>
+!Itapset/errno.stp
   </chapter>
   <chapter id="dentry.stp">
     <title>Directory-entry (dentry) Tapset</title>
index d99a6b43595bcfd3e1d0c9e31813312c59b8b5c9..c09e23b41fe1aab68a609c9d834bacaabcf363f3 100644 (file)
@@ -342,8 +342,9 @@ static const char * const errlist[] = {
 #undef N
 static const int Maxerrno = sizeof(errlist)/sizeof(char *);
 %}
-/*
- * sfunction: errno_str - Symbolic string associated with error code.
+
+/**
+ * sfunction errno_str - Symbolic string associated with error code.
  *
  * General Syntax: errno_str:string(err:long)
  *
@@ -404,7 +405,7 @@ function returnval:long () %{ /* pure */
        THIS->__retvalue = _stp_returnval(CONTEXT->regs);
 %}
 
-/* 
+/**
  * sfunction returnstr - Sets the return type
  *
  * General Syntax: returnstr:string(returnp:long)
This page took 0.031745 seconds and 5 git commands to generate.