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
commit869a8e9b1bd528c8fe8b19ea502c1931fd28a7ef (patch)
tree04952156629df8b1cff927ecd3727964022312a4
parentca54881115073d5d1ebcc46d489cf51abf4ba4ac (diff)
downloadsystemtap-steved-869a8e9b1bd528c8fe8b19ea502c1931fd28a7ef.tar.gz
systemtap-steved-869a8e9b1bd528c8fe8b19ea502c1931fd28a7ef.tar.xz
systemtap-steved-869a8e9b1bd528c8fe8b19ea502c1931fd28a7ef.zip
fixed format of non-grabbable comments (for Tapset Reference Guide), added tapsetdescription for man page generator (in development)
-rw-r--r--tapset/tcp.stp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tapset/tcp.stp b/tapset/tcp.stp
index 995d6abc..1375f115 100644
--- a/tapset/tcp.stp
+++ b/tapset/tcp.stp
@@ -7,7 +7,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 TCP layer,
+// </tapsetdescription>
%{
#include <linux/version.h>
#include <net/sock.h>