strerror_r-posix: Update doc.
authorBruno Haible <bruno@clisp.org>
Sun, 26 Dec 2010 01:02:44 +0000 (02:02 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 26 Dec 2010 01:02:44 +0000 (02:02 +0100)
* doc/posix-functions/strerror_r.texi: Update doc about the return
value. See <http://sources.redhat.com/bugzilla/show_bug.cgi?id=12204>.

ChangeLog
doc/posix-functions/strerror_r.texi

index 02ff643..763cd2e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-25  Bruno Haible  <bruno@clisp.org>
+
+       strerror_r-posix: Update doc.
+       * doc/posix-functions/strerror_r.texi: Update doc about the return
+       value. See <http://sources.redhat.com/bugzilla/show_bug.cgi?id=12204>.
+
 2010-12-25  Paul Eggert  <eggert@cs.ucla.edu>
 
        utimens: simplify the logic of the previous change
index 1bcde1a..383b6cb 100644 (file)
@@ -30,7 +30,7 @@ AIX 5.1, OSF/1 5.1.
 @item
 When this function fails, it returns -1 and sets @code{errno}, instead of
 returning the error number, on some platforms:
-glibc 2.8 with @code{-D_POSIX_C_SOURCE=200112L}, AIX 6.1, OSF/1 5.1.
+glibc 2.12 with @code{-D_POSIX_C_SOURCE=200112L}, AIX 6.1, OSF/1 5.1.
 @item
 This function does not support the error values that are specified by POSIX
 but not defined by the system, on some platforms: