diff options
author | Mark Wielaard <mjw@redhat.com> | 2009-02-04 14:59:03 +0100 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2009-02-04 14:59:03 +0100 |
commit | 2a3213629454354201dee8adfd9449b992929cac (patch) | |
tree | 76ead0413de7aecca7c473741624a2abffdc6489 | |
parent | 3ad1e1ee26ea353c75bd03fbf5adbdc56048b840 (diff) | |
download | systemtap-steved-2a3213629454354201dee8adfd9449b992929cac.tar.gz systemtap-steved-2a3213629454354201dee8adfd9449b992929cac.tar.xz systemtap-steved-2a3213629454354201dee8adfd9449b992929cac.zip |
Add beginner guide to NEWS.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 9 |
2 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2009-02-04 Mark Wielaard <mjw@redhat.com> + * NEWS: Add Beginner Guide. + +2009-02-04 Mark Wielaard <mjw@redhat.com> + * NEWS: Mention SystemTap Tapset Reference Manual. 2009-02-03 Frank Ch. Eigler <fche@elastic.org> @@ -1,5 +1,14 @@ * What's new +- Systemtap now comes with a new Beginners Guide that walks the user + through their first steps setting up stap, understanding how it all + works, introduces some useful scripts and describes some common + pitfalls. It isn't created by default since it needs a Publican + setup, but full build instructions can be found in the wiki: + http://sourceware.org/systemtap/wiki/PublicanQuikHowto + An online version can be found at: + http://sourceware.org/systemtap/SystemTap_Beginners_Guide.pdf + - Standard tapsets included with Systemtap were modified to include extractable documentation information based on the kernel-doc infrastructure. When configured --enabled-docs a HTML and PDF |