aboutsummaryrefslogtreecommitdiff
path: root/doc/developer-guidelines.sgml
diff options
context:
space:
mode:
authorGravatar Thomas Guyot-Sionnest <dermoth@aei.ca> 2009-11-18 07:25:52 -0500
committerGravatar Thomas Guyot-Sionnest <dermoth@aei.ca> 2009-11-18 07:25:52 -0500
commit181107290e5265b5b50f7131dbccaee38dc32db8 (patch)
treeb8ae869898f7015e97c6977d3a57f0183769dde5 /doc/developer-guidelines.sgml
parent175b2c8703ef0ecbcd7d8cb7613fa3cb72c81c12 (diff)
downloadmonitoring-plugins-181107290e5265b5b50f7131dbccaee38dc32db8.tar.gz
Update developer guideline regarding CVS Commits
(mostly for testing my snapshot script, though it had to be updated anyway)
Diffstat (limited to 'doc/developer-guidelines.sgml')
-rw-r--r--doc/developer-guidelines.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml
index d6c7c075..86e69404 100644
--- a/doc/developer-guidelines.sgml
+++ b/doc/developer-guidelines.sgml
@@ -742,13 +742,13 @@ setup the tests. Run "make test" to run all the tests.
</para>
</section>
- <section><title>CVS comments</title>
+ <section><title>Commit Messages</title>
<para>If the change is due to a contribution, please quote the contributor's name
and, if applicable, add the SourceForge Tracker number. Don't forget to
update the THANKS.in file.</para>
<para>If you have a change that is useful for noting in the next release, please
update the NEWS file.</para>
- <para>All commit comments will be written to a ChangeLog at release time.
+ <para>All commits will be written to a ChangeLog at release time.
</para>
</section>