summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2009-03-16 14:21:51 +1000
committerddomingo <ddomingo@redhat.com>2009-03-16 14:21:51 +1000
commita67f272c3b053b26cb263f2eb661cb080c41575a (patch)
treea63e6630d4193c2fcc9474f402d9c239f73fc3d1
parent37bb6cc0978855325f856bbd343d7dc253cf6851 (diff)
downloadsystemtap-steved-a67f272c3b053b26cb263f2eb661cb080c41575a.tar.gz
systemtap-steved-a67f272c3b053b26cb263f2eb661cb080c41575a.tar.xz
systemtap-steved-a67f272c3b053b26cb263f2eb661cb080c41575a.zip
fixed format of non-grabbable comments (for Tapset Reference Guide), added tapsetdescription for man page generator (in development)
-rw-r--r--tapset/timestamp.stp6
1 files changed, 5 insertions, 1 deletions
diff --git a/tapset/timestamp.stp b/tapset/timestamp.stp
index ce8f7558..0b9d350a 100644
--- a/tapset/timestamp.stp
+++ b/tapset/timestamp.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>
+// Each timestamp function returns a value to indicate when a function is executed. These
+//returned values can then be used to indicate when an event occurred, provide an ordering for events,
+//or compute the amount of time elapsed between two time stamps.
+// </tapsetdescription>
/**
* sfunction get_cycles - Processor cycle count.
*