]> 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:49:47 +0000 (17:49 +0000)
committerShawn Routhier <sar@isc.org>
Thu, 12 Apr 2012 17:49:47 +0000 (17:49 +0000)
RELNOTES

index b4db2c475c3ab52b3acece53a264084ddd6e61e5..b513813dd7fcb8673df7a15efc3724b274c6ff81 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -87,7 +87,8 @@ work on other platforms. Please report any problems and suggested fixes to
 - 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
@@ -135,7 +136,7 @@ work on other platforms. Please report any problems and suggested fixes to
   prefixes available.  Previously the server ignored the request with
   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
+  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.