2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-10-13 14:06:26 +00:00

[trac1012] minor grammar, remove comma in format, refer to Guide.

This commit is contained in:
Jeremy C. Reed
2011-06-24 11:32:54 -05:00
parent 77e3f8cf3f
commit 58df861a26

View File

@@ -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">