about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2017-01-14 16:37:41 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2017-01-14 16:37:41 +0530
commit099191b1f5748e761f92c2b13aacde8a5a6dad74 (patch)
treefda3db6fc7d9931fe9b68c60070cfc8eae6bf896
parent8f9450a0b7a9e78267e8ae1ab1000ebca08e473e (diff)
downloadglibc-099191b1f5748e761f92c2b13aacde8a5a6dad74.tar.gz
glibc-099191b1f5748e761f92c2b13aacde8a5a6dad74.tar.xz
glibc-099191b1f5748e761f92c2b13aacde8a5a6dad74.zip
Fix typo in NEWS
The ip6-bytestring resolver corresponds to the RES_USEBSTRING flag and
not RES_NOIP6DOTINT.  Thank you Michael Kerrisk for noticing and
pointing it out.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 52ad8d8650..d1b04bbcbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-14  Siddhesh Poyarekar  <siddhesh@sourceware.org>
+
+	* NEWS: Fix typo.
+
 2016-01-13  Torvald Riegel  <triegel@redhat.com>
 
 	* nptl/descr.h (ENQUEUE_MUTEX_BOTH, DEQUEUE_MUTEX): Add compiler
diff --git a/NEWS b/NEWS
index 12880faffa..27841fd548 100644
--- a/NEWS
+++ b/NEWS
@@ -139,7 +139,7 @@ Version 2.25
   “no-ip6-dotint” had already been the default, and support for the
   “ip6-dotint” option was removed from the Internet in 2006.
 
-* The "ip6-bytestring" resolver option and the corresponding RES_NOIP6DOTINT
+* The "ip6-bytestring" resolver option and the corresponding RES_USEBSTRING
   flag from <resolv.h> have been removed.  The option relied on a
   backwards-incompatible DNS extension which was never deployed on the
   Internet.