]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
replace special apostrophe with ascii apostrophe
authorJeremy C. Reed <jreed@isc.org>
Mon, 2 Mar 2015 16:42:40 +0000 (10:42 -0600)
committerJeremy C. Reed <jreed@isc.org>
Mon, 2 Mar 2015 16:42:40 +0000 (10:42 -0600)
RELNOTES

index 6934c67ff2acadc25e5161d6f885cafbde33d8c0..e965ffdfcff592f7ad38ff94cfe6c7e13fcce88b 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -209,7 +209,7 @@ by Eric Young (eay@cryptsoft.com).
 - Added the server-id-check parameter to the server configuration.
   This parameter allows run-time control over whether or not a server,
   participating in failover, verifies the dhcp-server-identifier option in
-  DHCP REQUESTs against the servers id before processing the request.
+  DHCP REQUESTs against the server's id before processing the request.
   Formerly, enabling this behavior was done at compilation time through
   the use of the #define, SERVER_ID_CHECK, which has been removed from site.h
   The functionality is now only available through the new runtime parameter.