Merge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
[gnulib.git] / doc / posix-functions / isatty.texi
1 @node isatty
2 @section @code{isatty}
3 @findex isatty
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isatty.html}
6
7 Gnulib module: isatty
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 On native Windows, this function also returns true for character devices such
13 as @file{NUL}.
14 @item
15 This function crashes when invoked with invalid arguments on some platforms:
16 MSVC 9.
17 @end itemize
18
19 Portability problems not fixed by Gnulib:
20 @itemize
21 @end itemize