summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2009-03-16 14:21:50 +1000
committerddomingo <ddomingo@redhat.com>2009-03-16 14:21:50 +1000
commit920c7355ae85ccfb2df3b93b3703619891598dc1 (patch)
tree1563f624f1f2007c8befd93d87be7eb6065c7a80
parentbc06a632db6ac4634b95c98f3ff355c89d9e20db (diff)
downloadsystemtap-steved-920c7355ae85ccfb2df3b93b3703619891598dc1.tar.gz
systemtap-steved-920c7355ae85ccfb2df3b93b3703619891598dc1.tar.xz
systemtap-steved-920c7355ae85ccfb2df3b93b3703619891598dc1.zip
fixed format of non-grabbable comments (for Tapset Reference Guide), added tapsetdescription for man page generator (in development)
-rw-r--r--tapset/context-symbols.stp6
1 files changed, 5 insertions, 1 deletions
diff --git a/tapset/context-symbols.stp b/tapset/context-symbols.stp
index 46eab841..4a08ec60 100644
--- a/tapset/context-symbols.stp
+++ b/tapset/context-symbols.stp
@@ -6,7 +6,11 @@
// redistribute it and/or modify it under the terms of the GNU General
// Public License (GPL); either version 2, or (at your option) any
// later version.
-
+// <tapsetdescription>
+// Context functions provide additional information about where an event occurred. These functions can
+//provide information such as a backtrace to where the event occured and the current register values for the
+//processor.
+// </tapsetdescription>
%{
#ifndef STP_NEED_SYMBOL_DATA
#define STP_NEED_SYMBOL_DATA 1