summaryrefslogtreecommitdiffstats
path: root/tapset/DEVGUIDE
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2009-02-20 15:59:30 +1000
committerddomingo <ddomingo@redhat.com>2009-02-20 15:59:30 +1000
commit949b499021e32cd79b16478d9895beb045ede2b3 (patch)
tree112f56734d22e7707372bea2789fd0a6a60f6ef2 /tapset/DEVGUIDE
parente9156044d841db08161c7f0f505d5f47ae8d2b9f (diff)
parent377f3fa917795a4f39fbf8f22b20b0385eee13c1 (diff)
downloadsystemtap-steved-949b499021e32cd79b16478d9895beb045ede2b3.tar.gz
systemtap-steved-949b499021e32cd79b16478d9895beb045ede2b3.tar.xz
systemtap-steved-949b499021e32cd79b16478d9895beb045ede2b3.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'tapset/DEVGUIDE')
-rw-r--r--tapset/DEVGUIDE9
1 files changed, 1 insertions, 8 deletions
diff --git a/tapset/DEVGUIDE b/tapset/DEVGUIDE
index 62e1ecdd..e6bc3fb8 100644
--- a/tapset/DEVGUIDE
+++ b/tapset/DEVGUIDE
@@ -231,14 +231,7 @@ most important, it validates that the tapset can actually be used for
something useful. If you can't write a script that uses the tapset in a
meaningful way, perhaps you should rethink what the tapset provides.
-Example scripts are stored in src/examples in GIT.
-
-Change Logs
------------
-Update the appropriate ChangeLog files with a brief description of your
-additions and changes. Note that the change description you enter during
-a "cvs commit" does not get added to the ChangeLog files. You must edit
-the ChangeLog files directly and commit them as well.
+Example scripts are stored in testsuite/systemtap.examples/ in GIT.
Embedded C & Safety
-------------------