X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fstrerror_r.texi;h=06fdfd224d79f26eb89048865dc1725f1a763ec9;hb=b28ec8ed78286cbd1d113d0785e0e1f5cf11832e;hp=e9e2788af8ea81e3ffd3c51d618b6ea53a6242d7;hpb=06b335ade65c8fe60fee8b9e18b670bb54ed924a;p=gnulib.git diff --git a/doc/posix-functions/strerror_r.texi b/doc/posix-functions/strerror_r.texi index e9e2788af..06fdfd224 100644 --- a/doc/posix-functions/strerror_r.texi +++ b/doc/posix-functions/strerror_r.texi @@ -32,7 +32,7 @@ The third argument is of type @code{int} instead of @code{size_t} on some platforms: AIX 5.1, OSF/1 5.1. @item -When this function fails, it returns -1 and sets @code{errno}, instead of +When this function fails, it returns @minus{}1 and sets @code{errno}, instead of returning the error number, on some platforms: glibc 2.12 with @code{-D_POSIX_C_SOURCE=200112L}, AIX 6.1, OSF/1 5.1. @item