diff options
author | ddomingo <ddomingo@redhat.com> | 2008-11-14 09:24:58 +1000 |
---|---|---|
committer | ddomingo <ddomingo@redhat.com> | 2008-11-14 09:24:58 +1000 |
commit | 451d0c44c2f86b271f2809816c7b1f5a78753ead (patch) | |
tree | 47a461321ee8c9796140c36a6c8613d48292c361 /tapset/context.stp | |
parent | d229a157d2841dec1486dabf3caa009d0d9fb84f (diff) | |
download | systemtap-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.stp | 6 |
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 */ |