doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / doc / posix-functions / raise.texi
1 @node raise
2 @section @code{raise}
3 @findex raise
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/raise.html}
6
7 Gnulib module: raise
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some old platforms.
13 @item
14 This function crashes when invoked with invalid arguments on some platforms:
15 MSVC 9.
16 @end itemize
17
18 Portability problems not fixed by Gnulib:
19 @itemize
20 @end itemize