# HG changeset patch # User Bruno Haible # Date 1293325364 -3600 # Node ID 11d2924ba0101c80ad8194a16659e50ba6252728 # Parent ff75ce98573cbdaaeb2b8d48a27056f53840bc70 strerror_r-posix: Update doc. * doc/posix-functions/strerror_r.texi: Update doc about the return value. See . diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-12-25 Bruno Haible + + strerror_r-posix: Update doc. + * doc/posix-functions/strerror_r.texi: Update doc about the return + value. See . + 2010-12-25 Paul Eggert utimens: simplify the logic of the previous change diff --git a/doc/posix-functions/strerror_r.texi b/doc/posix-functions/strerror_r.texi --- a/doc/posix-functions/strerror_r.texi +++ b/doc/posix-functions/strerror_r.texi @@ -30,7 +30,7 @@ @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: