diff options
author | Breno Leitão <leitao@linux.vnet.ibm.com> | 2009-10-20 13:34:18 -0400 |
---|---|---|
committer | Breno Leitao <leitao@linux.vnet.ibm.com> | 2009-10-29 14:12:04 -0200 |
commit | 539db29ec14eb51acaf88e4eb6eb43d3c7a4575b (patch) | |
tree | dd945fd62c0fd90825a5b52bff7cc60c1f311b88 /doc/SystemTap_Tapset_Reference | |
parent | f4444f0c848bade06b7953d1d57d14d67a3167b6 (diff) | |
download | systemtap-steved-539db29ec14eb51acaf88e4eb6eb43d3c7a4575b.tar.gz systemtap-steved-539db29ec14eb51acaf88e4eb6eb43d3c7a4575b.tar.xz systemtap-steved-539db29ec14eb51acaf88e4eb6eb43d3c7a4575b.zip |
tty: Adding tty.stp to the documentation
Adding the TTY tapset to the .tmpl Reference documentation
Diffstat (limited to 'doc/SystemTap_Tapset_Reference')
-rw-r--r-- | doc/SystemTap_Tapset_Reference/tapsets.tmpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/SystemTap_Tapset_Reference/tapsets.tmpl b/doc/SystemTap_Tapset_Reference/tapsets.tmpl index c8c5ed72..21577eb1 100644 --- a/doc/SystemTap_Tapset_Reference/tapsets.tmpl +++ b/doc/SystemTap_Tapset_Reference/tapsets.tmpl @@ -174,6 +174,15 @@ !Itapset/scsi.stp </chapter> + <chapter id="tty.stp"> + <title>TTY Tapset</title> + <para> + This family of probe points is used to probe TTY (Teletype) activities. + It contains the following probe points: + </para> +!Itapset/tty.stp + </chapter> + <chapter id="networking.stp"> <title>Networking Tapset</title> <para> |