Commit 08cfe89b authored by Skip Montanaro's avatar Skip Montanaro

added doc for isatty()

parent 6f410deb
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment