about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2015-08-05 22:35:28 -0400
committerMike Frysinger <vapier@gentoo.org>2015-08-05 22:38:22 -0400
commita03ba3630548d74920884dd12442d9937ad47072 (patch)
treee6605f7255afdc4b73449fc6680e9e2ed67f651e /NEWS
parentbb1d31d06e400a42da4435e8649bb7a1451ef682 (diff)
downloadglibc-a03ba3630548d74920884dd12442d9937ad47072.tar.gz
glibc-a03ba3630548d74920884dd12442d9937ad47072.tar.xz
glibc-a03ba3630548d74920884dd12442d9937ad47072.zip
Correct comments about the history of <regexp.h>
In the "Kill regexp.h" thread, Joseph dug up more accurate information
about exactly which editions of the Single Unix Standard included and
deprecated this header.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a47687ea25..1a00463042 100644
--- a/NEWS
+++ b/NEWS
@@ -89,7 +89,7 @@ Version 2.22
   release.  Use of this header will trigger a deprecation warning.
   Application developers should update their code to use <regex.h> instead.
 
-  This header was formerly part of SUSv2, but was deprecated in 1997 and
+  This header was formerly part of SUS, but was deprecated in 1994 and
   removed from the standard in 2001.  Also, the glibc implementation
   leaks memory.  See BZ#18681 for more details.