summaryrefslogtreecommitdiffstats
path: root/tapset
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
commitbc06a632db6ac4634b95c98f3ff355c89d9e20db (patch)
tree8f3dee5c9a3d09372513df11ada8e15bad1be0af /tapset
parent01cf527352f3bff6783b622d4ce1bbca63c44fc4 (diff)
downloadsystemtap-steved-bc06a632db6ac4634b95c98f3ff355c89d9e20db.tar.gz
systemtap-steved-bc06a632db6ac4634b95c98f3ff355c89d9e20db.tar.xz
systemtap-steved-bc06a632db6ac4634b95c98f3ff355c89d9e20db.zip
fixed format of non-grabbable comments (for Tapset Reference Guide), added tapsetdescription for man page generator (in development)
Diffstat (limited to 'tapset')
-rw-r--r--tapset/context.stp6
1 files changed, 5 insertions, 1 deletions
diff --git a/tapset/context.stp b/tapset/context.stp
index 7fd961c8..f4b0207a 100644
--- a/tapset/context.stp
+++ b/tapset/context.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>
/**
* sfunction print_regs - Print a register dump.
*/