Add index entry "I/O control, buffering" for fdopen().

This commit is contained in:
Fred Drake 1999-08-05 13:41:31 +00:00
parent a94f6762bc
commit 8c9fc00f8d
1 changed files with 1 additions and 0 deletions

View File

@ -228,6 +228,7 @@ These functions create new file objects.
\begin{funcdesc}{fdopen}{fd\optional{, mode\optional{, bufsize}}}
Return an open file object connected to the file descriptor \var{fd}.
\index{I/O control!buffering}
The \var{mode} and \var{bufsize} arguments have the same meaning as
the corresponding arguments to the built-in \function{open()}
function.