diff options
author | ddomingo <ddomingo@redhat.com> | 2009-03-16 14:21:51 +1000 |
---|---|---|
committer | ddomingo <ddomingo@redhat.com> | 2009-03-16 14:21:51 +1000 |
commit | 3082f44232feada1111a850bfac5b2c182ced5de (patch) | |
tree | f15d0908d4538f657008908abd09036ddb8b7785 /tapset | |
parent | 869a8e9b1bd528c8fe8b19ea502c1931fd28a7ef (diff) | |
download | systemtap-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.stp | 4 |
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> |