summaryrefslogtreecommitdiffstats
path: root/tapset/context.stp
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2008-11-14 09:24:58 +1000
committerddomingo <ddomingo@redhat.com>2008-11-14 09:24:58 +1000
commit451d0c44c2f86b271f2809816c7b1f5a78753ead (patch)
tree47a461321ee8c9796140c36a6c8613d48292c361 /tapset/context.stp
parentd229a157d2841dec1486dabf3caa009d0d9fb84f (diff)
downloadsystemtap-steved-451d0c44c2f86b271f2809816c7b1f5a78753ead.tar.gz
systemtap-steved-451d0c44c2f86b271f2809816c7b1f5a78753ead.tar.xz
systemtap-steved-451d0c44c2f86b271f2809816c7b1f5a78753ead.zip
added remark tag for FIXMEs
Diffstat (limited to 'tapset/context.stp')
-rw-r--r--tapset/context.stp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tapset/context.stp b/tapset/context.stp
index 24cfb819..3c87d1b8 100644
--- a/tapset/context.stp
+++ b/tapset/context.stp
@@ -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 */