diff options
author | William Cohen <wcohen@redhat.com> | 2009-02-05 09:26:49 -0500 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-02-05 09:26:49 -0500 |
commit | 4b7b5c032203bec067abc74800cdd0a444395574 (patch) | |
tree | f9a469dbf67de6381d41d23f608c305f809de9ad | |
parent | 3d3d7bad0e69f779bca6a95b41f09ca3373db692 (diff) | |
download | systemtap-steved-4b7b5c032203bec067abc74800cdd0a444395574.tar.gz systemtap-steved-4b7b5c032203bec067abc74800cdd0a444395574.tar.xz systemtap-steved-4b7b5c032203bec067abc74800cdd0a444395574.zip |
Minor correction for signal.stp chapter.
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/SystemTap_Tapset_Reference/tapsets.tmpl | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 01e9dcce..f2def218 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2009-02-05 William Cohen <wcohen@redhat.com> + + * S_T_R/tapsets.tmpl: Minor correction for signal.stp chapter. + 2009-02-02 Stan Cox <scox@redhat.com> * langref.tex: Add process.label. diff --git a/doc/SystemTap_Tapset_Reference/tapsets.tmpl b/doc/SystemTap_Tapset_Reference/tapsets.tmpl index f11f3585..4310f39a 100644 --- a/doc/SystemTap_Tapset_Reference/tapsets.tmpl +++ b/doc/SystemTap_Tapset_Reference/tapsets.tmpl @@ -204,14 +204,13 @@ </para> !Itapset/process.stp </chapter> -<!-- -<chapter id="signal.stp"> + <chapter id="signal.stp"> <title>Signal Tapset</title> <para> This family of probe points is used to probe signal activities. It contains the following probe points: </para> -!Itapset/signal2.stp - </chapter>--> +!Itapset/signal.stp + </chapter> </book> |