BIND 10 trac2320, updated. 2bbe63dbbdda8e75fa60df6ea19f4b0354edebeb [2320] Minor changes to the documentation

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jan 9 10:55:12 UTC 2013


The branch, trac2320 has been updated
       via  2bbe63dbbdda8e75fa60df6ea19f4b0354edebeb (commit)
      from  21794c5df650ecf28f55ed95cb12d278945ab3a5 (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 2bbe63dbbdda8e75fa60df6ea19f4b0354edebeb
Author: Stephen Morris <stephen at isc.org>
Date:   Wed Jan 9 10:54:40 2013 +0000

    [2320] Minor changes to the documentation

-----------------------------------------------------------------------

Summary of changes:
 doc/guide/bind10-guide.xml       |    2 +-
 src/bin/dhcp4/dhcp4_messages.mes |    9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index 4184b16..b35b406 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -3504,7 +3504,7 @@ const std::string HARDCODED_SERVER_ID = "192.0.2.1";</screen>
       <itemizedlist>
           <listitem>
             <simpara>RFC2131: Supported messages are DISCOVER, OFFER,
-            REQUEST, ACK, NACK, RELEASE.</simpara>
+            REQUEST, ACK, NAK, RELEASE.</simpara>
           </listitem>
           <listitem>
             <simpara>RFC2132: Supported options are: PAD (0),
diff --git a/src/bin/dhcp4/dhcp4_messages.mes b/src/bin/dhcp4/dhcp4_messages.mes
index 0ee5139..f15d00e 100644
--- a/src/bin/dhcp4/dhcp4_messages.mes
+++ b/src/bin/dhcp4/dhcp4_messages.mes
@@ -123,10 +123,11 @@ This debug message indicates that an address was released properly. It
 is a normal operation during client shutdown.
 
 % DHCP4_RELEASE_EXCEPTION exception %1 while trying to release address %2
-This error message indicates that an exception was raised during an attempt
-to process RELEASE message. This does not affect the client as it does not expect
-any response for RELEASE message. Depending on the nature of exception it may
-affect future server operation.
+This message is output when an error was encountered during an attempt
+to process a RELEASE message. The error will not affect the client,
+which does not expect any response from the server for RELEASE
+messages. Depending on the nature of problem, it may affect future
+server operation.
 
 % DHCP4_RELEASE_FAIL failed to remove lease for address %1 for duid %2, hwaddr %3
 This error message indicates that the software failed to remove a



More information about the bind10-changes mailing list