]> sourceware.org Git - systemtap.git/commitdiff
added invisible marker for publican
authorddomingo <ddomingo@redhat.com>
Thu, 5 Mar 2009 03:26:46 +0000 (13:26 +1000)
committerddomingo <ddomingo@redhat.com>
Thu, 5 Mar 2009 03:26:46 +0000 (13:26 +1000)
doc/SystemTap_Tapset_Reference/tapsets.tmpl

index d6b3b309a41a804a358eedcdc9c516623ae86869..8e459d9d03f233a55dd3eb8be2d17ab529a82a88 100644 (file)
@@ -98,7 +98,7 @@
        the kernel.  This is common among asynchronous events such as timers,
        exit functions, and print functions.
       </para>
-
+<!-- markerforxi pls dont remove -->
 <!--
 <varlistentry>
 <term></term>
   <chapter id="context_stp">
     <title>Context Functions</title>
     <para>
-      The context functions provide additional information about the where
+      The context functions provide additional information about where
       the event occurred.
       These functions can provide information such as a backtrace
       where the event occured
     <title>Timestamp Functions</title>
     <para>
       Each timestamp function returns a value to indicate when
-      the function is executed.
+      a function is executed.
       Thus, these returned values can be used to indicate
       when an event occurs, provide an ordering for events, or compute
       the amount of time elapsed between to time stamps.
     <title>Networking Tapset</title>
     <para>
       This family of probe points is used to probe the activities of
-      network device
+      the network device, TCP layer, and UDP layer
     </para>
 !Itapset/networking.stp
+!Itapset/tcp.stp
+!Itapset/udp.stp
   </chapter>
 
   <chapter id="socket.stp">
    </para>
 !Itapset/socket.stp
   </chapter>
-
+<!--
   <chapter id="tcp.stp">
     <title>TCP Tapset</title>
     <para>
       This family of probe points is used to probe TCP layer activities.
       It contains the following probe points:
     </para>
-!Itapset/tcp.stp
+
   </chapter>
 
   <chapter id="upd.stp">
       This family of probe points is used to probe UDP layer activities.
       It contains the following probe points:
     </para>
-!Itapset/udp.stp
-  </chapter>
 
+  </chapter>
+-->
   <chapter id="process.stp">
     <title>Process Tapset</title>
     <para>
This page took 0.027057 seconds and 5 git commands to generate.