avoid some overlong lines from posix urls, etc.
[gnulib.git] / doc / posix-functions / strsignal.texi
1 @node strsignal
2 @section @code{strsignal}
3 @findex strsignal
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strsignal.html}
6
7 Gnulib module: strsignal
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, mingw.
14
15 @item
16 This function does not return a string for out-of-range numbers on
17 some platforms:
18 Solaris, AIX 5.1.
19 @end itemize
20
21 Portability problems not fixed by Gnulib:
22 @itemize
23 @item This function returns @code{const char *} instead of @code{char *} on
24 some platforms:
25 cygwin 1.5.25.
26 @end itemize