avoid some overlong lines from posix urls, etc.
[gnulib.git] / doc / posix-functions / strerror.texi
1 @node strerror
2 @section @code{strerror}
3 @findex strerror
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strerror.html}
6
7 Gnulib module: strerror
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function does not support the error values that are specified by POSIX
13 but not defined by the system, on some platforms:
14 OpenBSD 4.0, OSF/1 5.1, Cygwin 1.5.x, mingw.
15 @item
16 This function fails to return a string for out-of-range integers on
17 some platforms:
18 Solaris 8.
19 @end itemize
20
21 Portability problems not fixed by Gnulib:
22 @itemize
23 @end itemize