]> granicus.if.org Git - python/commitdiff
added doc for isatty()
authorSkip Montanaro <skip@pobox.com>
Wed, 19 Jul 2000 17:30:58 +0000 (17:30 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 19 Jul 2000 17:30:58 +0000 (17:30 +0000)
Doc/lib/libos.tex

index cb55eb587f2101eef6ba7cf6c32e8a02a8326aad..aa8c7d5f58639218022d4a3778abb7dfc5872668 100644 (file)
@@ -360,6 +360,12 @@ so that it is at most \var{length} bytes in size.
 Availability: \UNIX{}.
 \end{funcdesc}
 
+\begin{funcdesc}{isatty}{fd}
+Return \code{1} if the file descriptor \var{fd} is open and connected to a
+tty(-like) device, else \code{0}.
+Availability: \UNIX{}
+\end{funcdesc}
+
 \begin{funcdesc}{lseek}{fd, pos, how}
 Set the current position of file descriptor \var{fd} to position
 \var{pos}, modified by \var{how}: \code{0} to set the position