summaryrefslogtreecommitdiffstats
path: root/tapset
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
commit3082f44232feada1111a850bfac5b2c182ced5de (patch)
treef15d0908d4538f657008908abd09036ddb8b7785 /tapset
parent869a8e9b1bd528c8fe8b19ea502c1931fd28a7ef (diff)
downloadsystemtap-steved-3082f44232feada1111a850bfac5b2c182ced5de.tar.gz
systemtap-steved-3082f44232feada1111a850bfac5b2c182ced5de.tar.xz
systemtap-steved-3082f44232feada1111a850bfac5b2c182ced5de.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/udp.stp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tapset/udp.stp b/tapset/udp.stp
index 707cf77d..f2b19a7f 100644
--- a/tapset/udp.stp
+++ b/tapset/udp.stp
@@ -5,7 +5,9 @@
// 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>
+// This family of probe points is used to probe events that occur in the UDP layer.
+// </tapsetdescription>
%{
#include <linux/version.h>
#include <net/sock.h>