doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / doc / glibc-functions / sethostname.texi
1 @node sethostname
2 @subsection @code{sethostname}
3 @findex sethostname
4
5 Gnulib module: sethostname
6
7 Portability problems fixed by Gnulib:
8 @itemize
9 @item
10 This function is missing on some platforms:
11 Minix 3.1.8, Cygwin, mingw, MSVC 9, Interix 3.5, BeOS.
12 Note that the Gnulib replacement may fail with ENOSYS on some platforms.
13 @item
14 This function is not declared on some platforms:
15 AIX 7.1, OSF/1 5.1, Solaris 10.
16 @end itemize
17
18 Portability problems not fixed by Gnulib:
19 @itemize
20 @item
21 On Solaris 11 2010-11, the first argument is @code{char *} instead of
22 @code{const char *} and the second parameter is @code{int} instead of
23 @code{size_t}.
24 @end itemize