Code

check_snmp: Fix regression introduced in #1867716
[nagiosplug.git] / doc / developer-guidelines.sgml
index d6c7c075c03ae639b4a0400825d90d8b17f15daa..1ce78ff401b67e81bd018d62c7db044c553a9474 100644 (file)
                                        </row>
                                        <row>
                                                <entry>check_stuff -c10:20</entry>
-                                               <entry>Critical if "stuff" is 10 to 20</entry>
+                                               <entry>Critical if "stuff" is less than 10 or over 20</entry>
                                        </row>
                                </tbody>
                        </tgroup>
@@ -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>