]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix typos per sanity review for 4.2.4b1/4.1-ESV-R5b1
authorShawn Routhier <sar@isc.org>
Thu, 12 Apr 2012 17:48:57 +0000 (17:48 +0000)
committerShawn Routhier <sar@isc.org>
Thu, 12 Apr 2012 17:48:57 +0000 (17:48 +0000)
README
RELNOTES

diff --git a/README b/README
index ca63e02ee8c0793464d9676ef4843c306fffa6f4..aed9d7698eb19d9af45dff60ea33fc1d1d56065e 100644 (file)
--- a/README
+++ b/README
@@ -97,7 +97,7 @@ directory, it may not have up-to-date information).
 
                            RELEASE STATUS
 
-This is ISC DHCP 4.2.4b1, a beat of a maintenance release containing patches.
+This is ISC DHCP 4.2.4b1, a beta of a maintenance release containing patches.
 
 In this release, the DHCPv6 server should be fully functional on Linux,
 Solaris, or any BSD.  The DHCPv6 client should be similarly functional
index 009ded35ebda98e74ca076b7e4a62c01a822f747..624bdddb0cff533fb023ca855ffc1df002e8cab4 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -69,15 +69,16 @@ work on other platforms. Please report any problems and suggested fixes to
 - In the DDNS code handle error conditions more gracefully and add more
   logging code.  The major change is to handle unexpected cancel events
   from the DNS client code.
-  [ISC-Bugs #26287].
+  [ISC-Bugs #26287]
 
-- Tidy up the receive calls and eliminate the need for found_pkt
+- Tidy up the receive calls and eliminate the need for found_pkt.
   [ISC-Bugs #25066]
 
 - Add support for Infiniband over sockets to the server and
   relay code.  We've tested this on Solaris and hope to expand
   support for Infiniband in the future.  This patch also corrects
-  some issues we found in the socket code.  [ISC-Bugs #24245] 
+  some issues we found in the socket code.
+  [ISC-Bugs #24245]
 
 - Add a compile time check for the presence of the noreturn attribute
   and use it for log_fatal if it's available.  This will help code
@@ -90,7 +91,7 @@ work on other platforms. Please report any problems and suggested fixes to
 - Modify the code that determines if an outstanding DDNS request
   should be cancelled.  This patch results in cancelling the
   outstanding request less often.  It fixes the problem caused
-  by a client doing a release where  the  txt and ptr records
+  by a client doing a release where  the TXT and PTR records
   weren't removed from the DNS.
   [ISC-BUGS #27858]
 
@@ -99,8 +100,9 @@ work on other platforms. Please report any problems and suggested fixes to
   Bruno Verstuyft and Vincent Demaertelaere of Excentis.
   [ISC-Bugs #27941]
 
-- Remove outdated note in the bootp keyword about the option not satisfying 
-  the requirement of failover peers for denying dynamic bootp clients.
+- Remove outdated note in the description of the bootp keyword about the
+  option not satisfying the requirement of failover peers for denying
+  dynamic bootp clients.
   [ISC-bugs #28574]
 
 - Multiple items to clean up IPv6 address processing.
@@ -122,15 +124,15 @@ work on other platforms. Please report any problems and suggested fixes to
 - Fix the NA and PD allocation code to handle the case where a client
   provides a preference and the server doesn't have any addresses or
   prefixes available.  Previoulsy the server ignored the request with
-  this patch it replies with a NoAddrsAvail or NoPrefixAvai respone.
+  this patch it replies with a NoAddrsAvail or NoPrefixAvail response.
   By default the code performs according to the errata of August 2010
-  for RFC 3315 section 17.2.2, to enable the previous style see the
-  seciton on RFC3315_PRE_ERRATA_2010_08 in includes/site.h.  This option
+  for RFC 3315 section 17.2.2; to enable the previous style see the
+  section on RFC3315_PRE_ERRATA_2010_08 in includes/site.h.  This option
   may be removed in the future.
   Thanks to Jiri Popelka at Red Hat for the patch.
   [ISC-Bugs #22676]
 
-- Fix up some issues found by static analysis
+- Fix up some issues found by static analysis.
   A potential memory leak and NULL dereference in omapi.
   The use of a boolean test instead of a bitwise test in dst.
   [ISC-Bugs #28941]