about summary refs log tree commit diff
path: root/manual/errno.texi
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-03-05 14:09:50 -0500
committerMike Frysinger <vapier@gentoo.org>2015-03-06 00:57:43 -0500
commit4ca8ddfb05ea7d888347bb96cfa431e0eb7fcd9a (patch)
treeee5854e9875ec6859f1b2c70bf797b4fb9ba8971 /manual/errno.texi
parent9162c01d09c327ae2e7c3a5148307e8018792c51 (diff)
downloadglibc-4ca8ddfb05ea7d888347bb96cfa431e0eb7fcd9a.tar.gz
glibc-4ca8ddfb05ea7d888347bb96cfa431e0eb7fcd9a.tar.xz
glibc-4ca8ddfb05ea7d888347bb96cfa431e0eb7fcd9a.zip
manual: drop strerror C89 compatibility note
Mentioning systems that are old and don't support C89 is probably
a waste of time nowadays.  Drop the note.
Diffstat (limited to 'manual/errno.texi')
-rw-r--r--manual/errno.texi3
1 files changed, 0 insertions, 3 deletions
diff --git a/manual/errno.texi b/manual/errno.texi
index 41d663978e..315320dfa8 100644
--- a/manual/errno.texi
+++ b/manual/errno.texi
@@ -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