diff options
author | ddomingo <ddomingo@redhat.com> | 2009-03-16 14:21:52 +1000 |
---|---|---|
committer | ddomingo <ddomingo@redhat.com> | 2009-03-16 14:21:52 +1000 |
commit | 3214f0aa1ca69297cfbffb4616c70c8118c20b5f (patch) | |
tree | 24b8c58713f850c47f4ec80725bc2e258d48c2f9 | |
parent | 3082f44232feada1111a850bfac5b2c182ced5de (diff) | |
download | systemtap-steved-3214f0aa1ca69297cfbffb4616c70c8118c20b5f.tar.gz systemtap-steved-3214f0aa1ca69297cfbffb4616c70c8118c20b5f.tar.xz systemtap-steved-3214f0aa1ca69297cfbffb4616c70c8118c20b5f.zip |
fixed format of non-grabbable comments (for Tapset Reference Guide), added tapsetdescription for man page generator (in development)
-rw-r--r-- | tapset/socket.stp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tapset/socket.stp b/tapset/socket.stp index 3271d4f7..93730f9f 100644 --- a/tapset/socket.stp +++ b/tapset/socket.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 socket activities. +// </tapsetdescription> %{ #include <net/sock.h> #include <asm/bitops.h> |