BIND 10 trac1012, updated. 58df861a260fdf06b17194e224fb8c1bd03f0392 [trac1012] minor grammar, remove comma in format, refer to Guide.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jun 24 16:33:24 UTC 2011
The branch, trac1012 has been updated
via 58df861a260fdf06b17194e224fb8c1bd03f0392 (commit)
from 77e3f8cf3f3fe79c7dd5f92f30d70c47b515f4cd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 58df861a260fdf06b17194e224fb8c1bd03f0392
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Fri Jun 24 11:32:54 2011 -0500
[trac1012] minor grammar, remove comma in format, refer to Guide.
-----------------------------------------------------------------------
Summary of changes:
tools/system_messages.py | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/tools/system_messages.py b/tools/system_messages.py
index e09200a..05e7312 100644
--- a/tools/system_messages.py
+++ b/tools/system_messages.py
@@ -89,13 +89,13 @@ SEC_HEADER="""<?xml version="1.0" encoding="UTF-8"?>
<chapter id="intro">
<title>Introduction</title>
<para>
- This document lists each messages that can be logged by the
+ This document lists each message that can be logged by the
programs in the BIND 10 package. Each entry in this manual
is of the form:
- <screen>IDENTIFICATION, message-text</screen>
+ <screen>IDENTIFICATION message-text</screen>
... where "IDENTIFICATION" is the message identification included
in each message logged and "message-text" is the accompanying
- message text. "message-text" may include placeholders of the
+ message text. The "message-text" may include placeholders of the
form "%1", "%2" etc.; these parameters are replaced by relevant
values when the message is logged.
</para>
@@ -104,6 +104,10 @@ SEC_HEADER="""<?xml version="1.0" encoding="UTF-8"?>
information about the circumstances that result in the message
being logged.
</para>
+ <para>
+ For information on configuring and using BIND 10 logging,
+ refer to the <ulink url="bind10-guide.html">BIND 10 Guide</ulink>.
+ </para>
</chapter>
<chapter id="messages">
More information about the bind10-changes
mailing list