summaryrefslogtreecommitdiffstats
path: root/tapset/DEVGUIDE
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-02-20 12:30:28 -0500
committerDave Brolley <brolley@redhat.com>2009-02-20 12:30:28 -0500
commite1d8e378730ccff8491104575913a4943e9427a8 (patch)
treef98d732df3100d243d0b7e9687ae568e48fd5c89 /tapset/DEVGUIDE
parent72629a44d453ddbdaec22a680b207e96a5e19ec3 (diff)
parenta972819ab1954fe33500079d19dcb29c786a1976 (diff)
downloadsystemtap-steved-e1d8e378730ccff8491104575913a4943e9427a8.tar.gz
systemtap-steved-e1d8e378730ccff8491104575913a4943e9427a8.tar.xz
systemtap-steved-e1d8e378730ccff8491104575913a4943e9427a8.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Conflicts: ChangeLog testsuite/ChangeLog
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
-------------------