]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
missing semicolon in logging example
authorAndreas Gustafsson <source@isc.org>
Wed, 9 May 2001 02:08:52 +0000 (02:08 +0000)
committerAndreas Gustafsson <source@isc.org>
Wed, 9 May 2001 02:08:52 +0000 (02:08 +0000)
doc/arm/Bv9ARM-book.xml
doc/arm/Bv9ARM.ch06.html

index 83bde2f17d615f54012c7e256487f3f4f47b5f3b..afe94e1223b53ae2946f3bd85e6c9e2a517ad61e 100644 (file)
@@ -2,7 +2,7 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
                "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
 
-<!-- File: $Id: Bv9ARM-book.xml,v 1.72.2.17 2001/04/26 18:19:27 gson Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.72.2.18 2001/05/09 02:08:50 gson Exp $ -->
 
 <book>
 
@@ -2310,7 +2310,7 @@ channel "default_debug" {
                                        // of "named.run"
                                        // if the server is started
                                        // with the '-f' option.
-    severity dynamic                   // log at the server's
+    severity dynamic;                  // log at the server's
                                        // current debug level
 };
 channel "default_stderr" {             // writes to stderr
index 52c8f8c9df4ab92a43f24d913b729b0ce8a66066..4abd152b4817fe79fb172d0df5eb2046cb411161 100644 (file)
@@ -2242,7 +2242,7 @@ channel "default_debug" {
                                        // of "named.run"
                                        // if the server is started
                                        // with the '-f' option.
-    severity dynamic                   // log at the server's
+    severity dynamic;                  // log at the server's
                                        // current debug level
 };
 channel "default_stderr" {             // writes to stderr