]> sourceware.org Git - systemtap.git/commitdiff
added remark tag for FIXMEs
authorddomingo <ddomingo@redhat.com>
Thu, 13 Nov 2008 23:24:58 +0000 (09:24 +1000)
committerddomingo <ddomingo@redhat.com>
Thu, 13 Nov 2008 23:24:58 +0000 (09:24 +1000)
tapset/context.stp

index 24cfb8195676d8a276be7b9b29caf0f84aef684b..3c87d1b8fadfafc032ac21f7d68e9e9caa5c428b 100644 (file)
@@ -12,7 +12,7 @@
 ///  <para>
 ///    The context functions provide additional information about the where
 ///    the event occurred.
-///    The contact functions can provide information such as a backtrace
+///    These functions can provide information such as a backtrace
 ///    where the event occured
 ///    and the current register values for the processor.
 ///  </para>
@@ -345,7 +345,7 @@ function target:long () %{ /* pure */
 ///  <title>module_name:string()</title>
 ///  <indexterm><primary>module_name</primary></indexterm>
 ///  <para>
-///    FIXME: need description.
+///    <remark>FIXME: need description.</remark>
 ///  </para>
 ///</formalpara>
 function module_name:string () %{ /* pure */
@@ -356,7 +356,7 @@ function module_name:string () %{ /* pure */
 ///  <title>stp_pid:long()</title>
 ///  <indexterm><primary>stp_pid</primary></indexterm>
 ///  <para>
-///    FIXME: need description.
+///    <remark>FIXME: need description.</remark>
 ///  </para>
 ///</formalpara>
 function stp_pid:long () %{ /* pure */
This page took 0.029081 seconds and 5 git commands to generate.