Browse Source

[master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

Jeremy C. Reed 13 years ago
parent
commit
ea85b4abd0
2 changed files with 6 additions and 3 deletions
  1. 3 3
      doc/guide/bind10-guide.xml
  2. 3 0
      src/cppcheck-suppress.lst

+ 3 - 3
doc/guide/bind10-guide.xml

@@ -1019,7 +1019,7 @@ Unix domain sockets
 <!-- TODO -->
       <note>
         <para>
-          The development prototype release only provides the
+          The development prototype release only provides
           <command>bindctl</command> as a user interface to
           <command>b10-cmdctl</command>.
           Upcoming releases will provide another interactive command-line
@@ -1210,7 +1210,7 @@ or accounts database -->
       The port can be set by using the <option>--port</option> command line option.
       The address to listen on can be set using the <option>--address</option> command
       line argument.
-      Each HTTPS connection is stateless and timesout in 1200 seconds
+      Each HTTPS connection is stateless and times out in 1200 seconds
       by default.  This can be
       redefined by using the <option>--idle-timeout</option> command line argument.
     </para>
@@ -2371,7 +2371,7 @@ eth0 fe80::21e:8cff:fe9b:7349
 
           In the Logging module, you can specify the configuration
           for zero or more loggers; any that are not specified will
-          take appropriate default values..
+          take appropriate default values.
 
         </para>
 

+ 3 - 0
src/cppcheck-suppress.lst

@@ -10,6 +10,8 @@ duplicateExpression:src/lib/dns/tests/name_unittest.cc:569
 duplicateExpression:src/lib/dns/tests/name_unittest.cc:580
 duplicateExpression:src/lib/dns/tests/rrttl_unittest.cc:164
 duplicateExpression:src/lib/dns/tests/rrttl_unittest.cc:175
+duplicateExpression:src/lib/dns/tests/name_unittest.cc:568
+duplicateExpression:src/lib/dns/tests/name_unittest.cc:579
 
 // Intentional self-comparisons
 uselessCallsCompare:src/lib/dns/tests/rdata_dhcid_unittest.cc:96
@@ -17,3 +19,4 @@ uselessCallsCompare:src/lib/dns/tests/rdata_in_a_unittest.cc:98
 uselessCallsCompare:src/lib/dns/tests/rdata_in_aaaa_unittest.cc:94
 uselessCallsCompare:src/lib/dns/tests/rdata_mx_unittest.cc:104
 uselessCallsCompare:src/lib/dns/tests/rdata_unittest.cc:254
+uselessCallsCompare:src/lib/dns/tests/rdata_unittest.cc:253