doc: tweak more cygwin information
[gnulib.git] / doc / glibc-headers / pty.texi
1 @node pty.h
2 @section @file{pty.h}
3
4 Declares the functions @code{openpty} and @code{forkpty}.
5
6 Documentation:
7 @itemize
8 @item
9 @ifinfo
10 @ref{Pseudo-Terminal Pairs,,Opening a Pseudo-Terminal Pair,libc},
11 @end ifinfo
12 @ifnotinfo
13 @url{http://www.gnu.org/software/libc/manual/html_node/Pseudo_002dTerminal-Pairs.html},
14 @end ifnotinfo
15 @item
16 @uref{http://www.kernel.org/doc/man-pages/online/pages/man3/openpty.3.html,,man openpty}.
17 @end itemize
18
19 Gnulib module: ---
20
21 Portability problems fixed by Gnulib:
22 @itemize
23 @end itemize
24
25 Portability problems not fixed by Gnulib:
26 @itemize
27 @item
28 This header file is missing on some platforms:
29 MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, mingw, BeOS.
30 @end itemize