manual: drop strerror C89 compatibility note
authorMike Frysinger <vapier@gentoo.org>
Thu, 5 Mar 2015 19:09:50 +0000 (14:09 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 6 Mar 2015 05:57:43 +0000 (00:57 -0500)
Mentioning systems that are old and don't support C89 is probably
a waste of time nowadays.  Drop the note.

ChangeLog
manual/errno.texi

index b9cf458..cda9af2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-03-06  Mike Frysinger  <vapier@gentoo.org>
+
+       * manual/errno.texi (Error Messages): Delete strerror ISO C89
+       compatibility note.
+
 2015-03-05  Roland McGrath  <roland@hack.frob.com>
 
        * Makeconfig (test-wrapper-env-only): New variable.
index 41d6639..315320d 100644 (file)
@@ -1361,9 +1361,6 @@ given error code; the precise text varies from system to system.  With
 messages or embedded newlines.  Each error message begins with a capital
 letter and does not include any terminating punctuation.
 
-@strong{Compatibility Note:} The @code{strerror} function was introduced
-in @w{ISO C89}.  Many older C systems do not support this function yet.
-
 @cindex program name
 @cindex name of running program
 Many programs that don't read input from the terminal are designed to