2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

missing semicolon in logging example

This commit is contained in:
Andreas Gustafsson
2001-05-09 02:07:09 +00:00
parent 1448a52296
commit 334f3348ac
2 changed files with 3 additions and 3 deletions

View 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.127 2001/05/07 23:34:13 gson Exp $ -->
<!-- File: $Id: Bv9ARM-book.xml,v 1.128 2001/05/09 02:07:08 gson Exp $ -->
<book>
<title>BIND 9 Administrator Reference Manual</title>
@@ -2414,7 +2414,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

View File

@@ -2247,7 +2247,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